diff --git a/.changeset/fair-forks-tap.md b/.changeset/fair-forks-tap.md deleted file mode 100644 index 9df8a8cb..00000000 --- a/.changeset/fair-forks-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"webpack-bundle-analyzer": patch ---- - -Explicitly define `stats.toJson()` options for bundle analysis to support Rspack 2.0 with minimal code changes needed. diff --git a/CHANGELOG.md b/CHANGELOG.md index 62c953bc..b4789098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.3.1 + +### Patch Changes + +- Explicitly define `stats.toJson()` options for bundle analysis to support Rspack 2.0 with minimal code changes needed. (by [@SyMind](https://github.com/SyMind) in [#718](https://github.com/webpack/webpack-bundle-analyzer/pull/718)) + ## 5.3.0 ### Minor Changes diff --git a/package.json b/package.json index 9d5190c0..0de5dbbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-bundle-analyzer", - "version": "5.3.0", + "version": "5.3.1", "description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap", "keywords": [ "webpack",