diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ab079b..f008b155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,11 @@ _Note: Gaps between patch versions are faulty, broken or test releases._ +## 3.3.2 + + * **Bug Fix** + * Fix regression with escaping internal assets ([#264](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/264), fixes [#263](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/263)) + ## 3.3.1 * **Improvements** diff --git a/package-lock.json b/package-lock.json index d023dca4..4a7ef8b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webpack-bundle-analyzer", - "version": "3.3.1", + "version": "3.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 355d1d81..07d5e6d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-bundle-analyzer", - "version": "3.3.1", + "version": "3.3.2", "description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap", "author": "Yury Grunin ", "license": "MIT",