diff --git a/changelog.md b/changelog.md index 7b3f94b..80fe2e3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +### Version 0.6.0 (2020-03-21) ### + +- Removed: The browser version. Only Node.js is now supported. +- Improved: Three old, weird, tiny dependencies were inlined, which should + decrease install size. + ### Version 0.5.3 (2019-12-28) ### - Fixed: base64 encoded source maps now correctly decodes as utf-8. Previously, diff --git a/package-lock.json b/package-lock.json index 1e13f8b..38683da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "source-map-resolve", - "version": "0.5.3", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 32e67fa..60200f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "source-map-resolve", - "version": "0.5.3", + "version": "0.6.0", "author": "Simon Lydell", "license": "MIT", "description": "Resolve the source map and/or sources for a generated file.",