From dfb95759a22b39b0a16e56eeb51969a2865e28dd Mon Sep 17 00:00:00 2001 From: th0r Date: Tue, 30 Jul 2019 01:20:11 +0300 Subject: [PATCH] v3.4.0 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de6537a..03a00e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,9 +14,17 @@ _Note: Gaps between patch versions are faulty, broken or test releases._ +## 3.4.0 + + * **Improvements** + * Add `port: 'auto'` option ([#290](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/290), [@avin-kavish](https://github.com/avin-kavish)) + + * **Bug Fix** + * Avoid mutation of the generated `stats.json` ([#293](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/293), [@wood1986](https://github.com/wood1986)) + * **Internal** * Use Autoprefixer ([#266](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/266), [@bregenspan](https://github.com/bregenspan)) - + * Detect `AsyncMFS` to support dev-server of Nuxt 2.5 and above ([#275](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/275), [@amoshydra](https://github.com/amoshydra)) ## 3.3.2 diff --git a/package-lock.json b/package-lock.json index 1139bee0..b3780798 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webpack-bundle-analyzer", - "version": "3.3.2", + "version": "3.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dd22bc72..20a6ac17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-bundle-analyzer", - "version": "3.3.2", + "version": "3.4.0", "description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap", "author": "Yury Grunin ", "license": "MIT",