From 0fb07ad3c9a56d045a7423b96130b0a9b9f1b157 Mon Sep 17 00:00:00 2001 From: th0r Date: Thu, 12 Sep 2019 17:30:40 +0300 Subject: [PATCH] v3.5.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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",