diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf61101..35a1a886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ _Note: Gaps between patch versions are faulty, broken or test releases._ ## UNRELEASED +## 4.10.1 + * **Bug Fix** * fix `this.handleValueChange.cancel()` is not a function ([#611](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/625) by [@life2015](https://github.com/life2015)) diff --git a/package-lock.json b/package-lock.json index d7049217..12b4dbe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webpack-bundle-analyzer", - "version": "4.10.0", + "version": "4.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6b6e32f6..600e9368 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-bundle-analyzer", - "version": "4.10.0", + "version": "4.10.1", "description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap", "author": "Yury Grunin ", "license": "MIT",