Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdavidson committed May 1, 2020
1 parent 088d77e commit 5100961
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 0.6.1

- Fix issue with conditional exports that prevented it from working in Node 13+

## 0.6.0

- Drop support for Node 8
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-sourcemaps",
"version": "0.6.0",
"version": "0.6.1",
"description": "Rollup plugin for grabbing source maps from sourceMappingURLs",
"author": "Max Davidson <davidsonmax@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 5100961

Please sign in to comment.