From facbcc6cbb724181d5f439b9d424b2c5069cc676 Mon Sep 17 00:00:00 2001 From: Michael Ciniawsky Date: Fri, 16 Mar 2018 12:50:19 +0100 Subject: [PATCH] chore(release): 1.2.4 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c38bfc3..c20324c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.2.4](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v1.2.3...v1.2.4) (2018-03-16) + + +### Bug Fixes + +* **index:** correct default asset name `{RegExp}` (`options.test`) ([#259](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/259)) ([f9e55fe](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/commit/f9e55fe)) +* **index:** don't remove legal comments by default (`options.extractComments`) ([#250](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/250)) ([b31b574](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/commit/b31b574)) + + + ## [1.2.3](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v1.2.2...v1.2.3) (2018-03-10) diff --git a/package-lock.json b/package-lock.json index a53019e6..a0a2ed1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uglifyjs-webpack-plugin", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f16c8cd0..8cb28365 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uglifyjs-webpack-plugin", - "version": "1.2.3", + "version": "1.2.4", "description": "UglifyJS plugin for webpack", "author": "webpack Contrib Team", "license": "MIT",