diff --git a/CHANGELOG.md b/CHANGELOG.md index 1985c61e..62e5087e 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.1.1](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v2.1.0...v2.1.1) (2018-12-27) + + +### Bug Fixes + +* don't crash when no extracted comments ([#387](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/387)) ([68ad71c](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/commit/68ad71c)) + + + # [2.1.0](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v2.0.1...v2.1.0) (2018-12-22) diff --git a/package-lock.json b/package-lock.json index 954c423a..2e2d4c4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uglifyjs-webpack-plugin", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9b2b8317..9bca3a14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uglifyjs-webpack-plugin", - "version": "2.1.0", + "version": "2.1.1", "description": "UglifyJS plugin for webpack", "license": "MIT", "repository": "webpack-contrib/uglifyjs-webpack-plugin",