Skip to content

Commit d96bbfc

Browse files
committed
Merge branch 'main' into fix-stats-object-error
2 parents e743f65 + 21caf9c commit d96bbfc

File tree

5 files changed

+2288
-1511
lines changed

5 files changed

+2288
-1511
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ jobs:
1111
matrix:
1212
node:
1313
- version: 20.x
14-
env: NODE_OPTIONS=--openssl-legacy-provider
1514
- version: 22.x
16-
env: NODE_OPTIONS=--openssl-legacy-provider
1715
- version: 24.x
18-
env: NODE_OPTIONS=--openssl-legacy-provider
1916
runs-on: ubuntu-22.04
2017
name: Tests on Node.js v${{ matrix.node.version }}
2118
steps:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ _Note: Gaps between patch versions are faulty, broken or test releases._
1616
* Prevent `TypeError` when `assets` or `modules` are undefined in `analyzer.js`
1717
([#679](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/679) by [@Srushti-33](https://github.com/Srushti-33))
1818

19+
## 5.0.1
20+
21+
* **Bug Fix**
22+
* Restore `@babel/plugin-transform-class-properties` to fix HTML report ([#682](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/682) by [@valscion](https://github.com/valscion))
23+
24+
## 5.0.0
1925

2026
* **Breaking Change**
2127
* Remove explicit support for Node versions below 20.9.0 ([#676](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/676) by [@valscion](https://github.com/valscion))

0 commit comments

Comments
 (0)