diff --git a/CHANGELOG.md b/CHANGELOG.md index 529d77a5..93569a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ _Note: Gaps between patch versions are faulty, broken or test releases._ +## 2.11.1 + * **Improvement** * Add support for parsing Webpack 4's chunked modules ([#159](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/159), [@jdelStrother](https://github.com/jdelStrother)) diff --git a/package.json b/package.json index 29781f2c..f250a37c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-bundle-analyzer", - "version": "2.11.0", + "version": "2.11.1", "description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap", "author": "Yury Grunin ", "license": "MIT",