diff --git a/CHANGELOG.md b/CHANGELOG.md index 1502bbc..c7906c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.0.1](https://github.com/webpack-contrib/source-map-loader/compare/v2.0.0...v2.0.1) (2021-02-10) + +### Bug Fixes + +* switch from `source-map` to `source-map-js` package (perf increase) +* fix watch with invalid `sourceURL` + ## [2.0.0](https://github.com/webpack-contrib/source-map-loader/compare/v1.1.3...v2.0.0) (2020-12-24) diff --git a/package-lock.json b/package-lock.json index 9fd9c33..9953bf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "source-map-loader", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 1014ad0..c7de7e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "source-map-loader", - "version": "2.0.0", + "version": "2.0.1", "description": "extracts inlined source map and offers it to webpack", "license": "MIT", "repository": "webpack-contrib/source-map-loader",