Skip to content

Commit 5100961

Browse files
committed
0.6.1
1 parent 088d77e commit 5100961

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.6.1
4+
5+
- Fix issue with conditional exports that prevented it from working in Node 13+
6+
37
## 0.6.0
48

59
- Drop support for Node 8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-sourcemaps",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Rollup plugin for grabbing source maps from sourceMappingURLs",
55
"author": "Max Davidson <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)