diff --git a/CHANGELOG.md b/CHANGELOG.md index 220f1dfb..da5bc20a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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/uglifyjs-webpack-plugin/compare/v2.0.0...v2.0.1) (2018-09-18) + + +### Bug Fixes + +* decrease minimum required `uglify-js` version ([#357](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/357)) ([dc9d038](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/commit/dc9d038)) + + + # [2.0.0](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v1.3.0...v2.0.0) (2018-09-14) diff --git a/package-lock.json b/package-lock.json index 02541b26..8cbdf4aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uglifyjs-webpack-plugin", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 754e0809..29c114e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uglifyjs-webpack-plugin", - "version": "2.0.0", + "version": "2.0.1", "description": "UglifyJS plugin for webpack", "license": "MIT", "repository": "webpack-contrib/uglifyjs-webpack-plugin",