diff --git a/.changeset/nervous-workers-attribute.md b/.changeset/nervous-workers-attribute.md deleted file mode 100644 index 47f6485d..00000000 --- a/.changeset/nervous-workers-attribute.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"webpack-bundle-analyzer": patch ---- - -Scope parsed module sources to the asset they were parsed from, so assets that reuse the same module IDs, or that share a module, no longer report each other's parsed and compressed sizes. diff --git a/CHANGELOG.md b/CHANGELOG.md index 301bc0f6..87391452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.3.3 + +### Patch Changes + +- Scope parsed module sources to the asset they were parsed from, so assets that reuse the same module IDs, or that share a module, no longer report each other's parsed and compressed sizes. (by [@Menny1337](https://github.com/Menny1337) in [#734](https://github.com/webpack/webpack-bundle-analyzer/pull/734)) + ## 5.3.2 ### Patch Changes diff --git a/package.json b/package.json index c45711db..8e0ad5a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-bundle-analyzer", - "version": "5.3.2", + "version": "5.3.3", "description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap", "keywords": [ "webpack",