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..c63c5671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.3.2 + +### Patch Changes + +- 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",