From 7fd44c94307e4455834ece1a0090cb8babd1c38a Mon Sep 17 00:00:00 2001 From: Vesa Laakso Date: Thu, 26 Sep 2019 11:22:39 +0300 Subject: [PATCH] v3.5.2 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc466dbb..e3c32102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ _Note: Gaps between patch versions are faulty, broken or test releases._ +## 3.5.2 + * **Bug Fix** * Fix sidebar not showing visibility status of chunks hidden via popup menu (issue [#316](/~https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/316) by [@gaokun](/~https://github.com/gaokun), fixed in [#317](/~https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/317) by [@bregenspan](/~https://github.com/bregenspan)) diff --git a/package-lock.json b/package-lock.json index a5c01ac7..3890760a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webpack-bundle-analyzer", - "version": "3.5.1", + "version": "3.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ec4cd1a0..020f5131 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-bundle-analyzer", - "version": "3.5.1", + "version": "3.5.2", "description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap", "author": "Yury Grunin ", "license": "MIT",