diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f2734aa..55dfb6b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,9 @@ _Note: Gaps between patch versions are faulty, broken or test releases._ ## UNRELEASED -* **Bug Fix** +## 4.6.1 + +* **Bug Fix** * fix outputting different URL in cli mode ([#524](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/524) by [@southorange1228](https://github.com/southorange1228)) ## 4.6.0 diff --git a/package-lock.json b/package-lock.json index 1669a3bf..696f8e7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webpack-bundle-analyzer", - "version": "4.6.0", + "version": "4.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 99594f73..de192488 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-bundle-analyzer", - "version": "4.6.0", + "version": "4.6.1", "description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap", "author": "Yury Grunin ", "license": "MIT",