diff --git a/CHANGELOG.md b/CHANGELOG.md index ee654bbb..7ebb62c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,9 +14,14 @@ _Note: Gaps between patch versions are faulty, broken or test releases._ +## 3.5.0 + + * **Improvements** + * Improved report title and added favicon ([#310](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/310), [@gaokun](https://github.com/gaokun)) + ## 3.4.1 -* **Bug Fix** + * **Bug Fix** * Fix regression of requiring an object to be passed to `new BundleAnalyzerPlugin()` (issue [#300](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/300), fixed in [#302](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/302) by [@jerryOnlyZRJ](https://github.com/jerryOnlyZRJ)) ## 3.4.0 diff --git a/package.json b/package.json index 68af49f8..bd98c718 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-bundle-analyzer", - "version": "3.4.1", + "version": "3.5.0", "description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap", "author": "Yury Grunin ", "license": "MIT",