diff --git a/CHANGELOG.md b/CHANGELOG.md index ec84582..12ee3bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [3.0.1](https://github.com/webpack-contrib/source-map-loader/compare/v3.0.0...v3.0.1) (2022-01-03) + +### Chore + +* update `source-map-js` + ## [3.0.0](https://github.com/webpack-contrib/source-map-loader/compare/v2.0.2...v3.0.0) (2021-05-21) diff --git a/package-lock.json b/package-lock.json index f55a656..40db361 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "source-map-loader", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "source-map-loader", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "abab": "^2.0.5", diff --git a/package.json b/package.json index 98be9f4..c3f152d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "source-map-loader", - "version": "3.0.0", + "version": "3.0.1", "description": "extracts inlined source map and offers it to webpack", "license": "MIT", "repository": "webpack-contrib/source-map-loader",