From 9bc2fdecfc7bcd9b5ed51cc297092eef13292359 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Mon, 25 Feb 2019 15:59:28 +0300 Subject: [PATCH] chore(release): 2.1.2 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e67dc704..79ba3285 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.2](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v2.1.1...v2.1.2) (2019-02-25) + + +### Bug Fixes + +* invalidate cache after changing node version ([#396](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/396)) ([380bb54](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/commit/380bb54)) + + + ## [2.1.1](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v2.1.0...v2.1.1) (2018-12-27) diff --git a/package-lock.json b/package-lock.json index a2889578..6913af48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uglifyjs-webpack-plugin", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3c50cbbb..580569b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uglifyjs-webpack-plugin", - "version": "2.1.1", + "version": "2.1.2", "description": "UglifyJS plugin for webpack", "license": "MIT", "repository": "webpack-contrib/uglifyjs-webpack-plugin",