Skip to content

Commit 2b334dd

Browse files
committed
Changelog: add entry for TypeError fix in analyzer.js (#679)
1 parent 5604cb0 commit 2b334dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

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

1313
## UNRELEASED
1414

15+
* **Bug Fix**
16+
* Prevent `TypeError` when `assets` or `modules` are undefined in `analyzer.js`
17+
([#679](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/679) by [@Srushti-33](https://github.com/Srushti-33))
18+
19+
1520
* **Breaking Change**
1621
* Remove explicit support for Node versions below 16.20.2 ([#650](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/650) by [@valscion](https://github.com/valscion))
1722
* **NOTE:** `webpack-bundle-analyzer` might still support older Node versions but they are no longer tested against.

0 commit comments

Comments
 (0)