diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d96b49..c2e72a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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. + +## [1.1.7](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v1.1.6...v1.1.7) (2018-01-29) + + + ## [1.1.6](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v1.1.5...v1.1.6) (2018-01-05) diff --git a/package-lock.json b/package-lock.json index fc1916e1..887c538e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uglifyjs-webpack-plugin", - "version": "1.1.6", + "version": "1.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bac4d905..1ebbc67e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uglifyjs-webpack-plugin", - "version": "1.1.6", + "version": "1.1.7", "description": "UglifyJS plugin for webpack", "author": "webpack Contrib Team", "license": "MIT",