diff --git a/.changeset/css-block-contents.md b/.changeset/css-block-contents.md deleted file mode 100644 index adc21ccf..00000000 --- a/.changeset/css-block-contents.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"minimizer-webpack-plugin": patch ---- - -Minify a `style=""` body as a rule's contents with every CSS minimizer, rather than dropping or rejecting it. diff --git a/.changeset/fragment-asset-names.md b/.changeset/fragment-asset-names.md deleted file mode 100644 index 82ee727d..00000000 --- a/.changeset/fragment-asset-names.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"minimizer-webpack-plugin": patch ---- - -Minify assets whose names carry a `#fragment`, such as `[name].js#[contenthash]` or an asset module named `[hash][ext][query][fragment]`. diff --git a/.changeset/worker-implementation-path.md b/.changeset/worker-implementation-path.md deleted file mode 100644 index 4cc85d0f..00000000 --- a/.changeset/worker-implementation-path.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"minimizer-webpack-plugin": minor ---- - -Take a minimizer as a module path or `{ path, export }`, which a worker requires rather than rebuilding it from its source. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f590eb9..3e8b8756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 5.12.0 + +### Minor Changes + +- Take a minimizer as a module path or `{ path, export }`, which a worker requires rather than rebuilding it from its source. (by [@alexander-akait](https://github.com/alexander-akait) in [#744](https://github.com/webpack/minimizer-webpack-plugin/pull/744)) + +### Patch Changes + +- Minify a `style=""` body as a rule's contents with every CSS minimizer, rather than dropping or rejecting it. (by [@alexander-akait](https://github.com/alexander-akait) in [#748](https://github.com/webpack/minimizer-webpack-plugin/pull/748)) + +- Minify assets whose names carry a `#fragment`, such as `[name].js#[contenthash]` or an asset module named `[hash][ext][query][fragment]`. (by [@alexander-akait](https://github.com/alexander-akait) in [#747](https://github.com/webpack/minimizer-webpack-plugin/pull/747)) + ## 5.11.0 ### Minor Changes diff --git a/package.json b/package.json index 4643bde6..b267b849 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minimizer-webpack-plugin", - "version": "5.11.0", + "version": "5.12.0", "description": "Minimizer plugin for webpack", "keywords": [ "avif",