Skip to content

Commit 03e9d08

Browse files
chore(release): 12.0.0
1 parent 5d0ab70 commit 03e9d08

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [12.0.0](https://github.com/webpack/compression-webpack-plugin/compare/v11.1.0...v12.0.0) (2026-03-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* minimum supported `Node.js` version is `20.9.0` ([#423](https://github.com/webpack/compression-webpack-plugin/issues/423)) ([5d0ab70](https://github.com/webpack/compression-webpack-plugin/commit/5d0ab7089eda9d27f639d70a43496ba06c1d7645))
11+
512
## [11.1.0](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v11.0.0...v11.1.0) (2024-02-27)
613

714

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compression-webpack-plugin",
3-
"version": "11.1.0",
3+
"version": "12.0.0",
44
"description": "Prepare compressed versions of assets to serve them with Content-Encoding",
55
"keywords": [
66
"webpack"
@@ -82,6 +82,6 @@
8282
"webpack": "^5.1.0"
8383
},
8484
"engines": {
85-
"node": ">= 18.12.0"
85+
"node": ">= 20.9.0"
8686
}
8787
}

0 commit comments

Comments
 (0)