diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab0755b4..4b00f14f 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.2](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v1.2.1...v1.2.2) (2018-02-24)
+
+
+### Bug Fixes
+
+* **index:** typo `buildMobule` => `buildModule` ([#242](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/242)) ([259adad](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/commit/259adad))
+* **package:** add `webpack >= v4.0.0` (`peerDependencies`) ([#239](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/239)) ([4c7f80a](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/commit/4c7f80a))
+
+
+
## [1.2.1](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/compare/v1.2.0...v1.2.1) (2018-02-23)
diff --git a/package-lock.json b/package-lock.json
index 8ea98d87..f6470452 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "uglifyjs-webpack-plugin",
- "version": "1.2.1",
+ "version": "1.2.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index acd70046..cf321828 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "uglifyjs-webpack-plugin",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "UglifyJS plugin for webpack",
"author": "webpack Contrib Team",
"license": "MIT",