diff --git a/CHANGELOG.md b/CHANGELOG.md index 12ee3bf..2be3841 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. +## [4.0.0](https://github.com/webpack-contrib/source-map-loader/compare/v3.0.1...v4.0.0) (2022-06-13) + + +### ⚠ BREAKING CHANGES + +* minimum supported `Node.js` version is `14.15.0` + ### [3.0.1](https://github.com/webpack-contrib/source-map-loader/compare/v3.0.0...v3.0.1) (2022-01-03) ### Chore diff --git a/package-lock.json b/package-lock.json index 1f93fa7..b8f18ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "source-map-loader", - "version": "3.0.1", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "source-map-loader", - "version": "3.0.1", + "version": "4.0.0", "license": "MIT", "dependencies": { "abab": "^2.0.6", diff --git a/package.json b/package.json index 249e80a..72b3708 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "source-map-loader", - "version": "3.0.1", + "version": "4.0.0", "description": "extracts inlined source map and offers it to webpack", "license": "MIT", "repository": "webpack-contrib/source-map-loader",