Skip to content

Commit d6aa7e8

Browse files
committed
v3.5.1
1 parent 701641e commit d6aa7e8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ _Note: Gaps between patch versions are faulty, broken or test releases._
1414

1515
<!-- Add changelog entries for new changes under this section -->
1616

17+
## 3.5.1
18+
1719
* **Bug Fix**
1820
* Fix regression in support of webpack dev server and `webpack --watch` (issue [#312](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/312), fixed in [#313](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/313) by [@gaokun](https://github.com/gaokun))
1921

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-bundle-analyzer",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
55
"author": "Yury Grunin <grunin.ya@ya.ru>",
66
"license": "MIT",

0 commit comments

Comments
 (0)