Skip to content

Commit 52bf2ea

Browse files
committed
v4.9.1
1 parent a0e04ef commit 52bf2ea

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ _Note: Gaps between patch versions are faulty, broken or test releases._
1212

1313
## UNRELEASED
1414

15+
## 4.9.1
16+
1517
* **Internal**
1618
* Replace some lodash usages with JavaScript native API ([#505](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/505)) by [@sukkaw](https://github.com/sukkaw).
1719
* Make module much slimmer ([#609](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/609)) by [@sukkaw](https://github.com/sukkaw).

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-bundle-analyzer",
3-
"version": "4.9.0",
3+
"version": "4.9.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)