From 6bebb7c269b439ddf11c53d0988aadb1268e31d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 14:33:16 +0000 Subject: [PATCH] chore(release): new release --- .changeset/bright-bundles-parse.md | 5 ----- .changeset/calm-assets-match.md | 5 ----- .changeset/calm-compilers-report.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/bright-bundles-parse.md delete mode 100644 .changeset/calm-assets-match.md delete mode 100644 .changeset/calm-compilers-report.md diff --git a/.changeset/bright-bundles-parse.md b/.changeset/bright-bundles-parse.md deleted file mode 100644 index f24adbad..00000000 --- a/.changeset/bright-bundles-parse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"webpack-bundle-analyzer": patch ---- - -Parse Webpack 5 module maps nested in UMD wrappers, using bundle module IDs and Webpack runtime structure to choose among IIFE candidates. diff --git a/.changeset/calm-assets-match.md b/.changeset/calm-assets-match.md deleted file mode 100644 index 247f34f9..00000000 --- a/.changeset/calm-assets-match.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"webpack-bundle-analyzer": patch ---- - -Improve report generation performance for compilations with many assets. diff --git a/.changeset/calm-compilers-report.md b/.changeset/calm-compilers-report.md deleted file mode 100644 index 4fad95d3..00000000 --- a/.changeset/calm-compilers-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"webpack-bundle-analyzer": patch ---- - -Resolve bundle assets and report files against the correct compiler output path when a plugin instance is shared by multiple compilers. diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ff4cef..301bc0f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 5.3.2 + +### Patch Changes + +- Parse Webpack 5 module maps nested in UMD wrappers, using bundle module IDs and Webpack runtime structure to choose among IIFE candidates. (by [@Menny1337](https://github.com/Menny1337) in [#733](https://github.com/webpack/webpack-bundle-analyzer/pull/733)) + +- Improve report generation performance for compilations with many assets. (by [@christiango](https://github.com/christiango) in [#723](https://github.com/webpack/webpack-bundle-analyzer/pull/723)) + +- Resolve bundle assets and report files against the correct compiler output path when a plugin instance is shared by multiple compilers. (by [@utkarshalpha](https://github.com/utkarshalpha) in [#725](https://github.com/webpack/webpack-bundle-analyzer/pull/725)) + ## 5.3.1 ### Patch Changes diff --git a/package.json b/package.json index 0de5dbbf..c45711db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-bundle-analyzer", - "version": "5.3.1", + "version": "5.3.2", "description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap", "keywords": [ "webpack",