From d43d8d37dcf2993e24f86df2c5cdfc78e3c73d25 Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Mon, 15 Jan 2024 19:21:19 +0300 Subject: [PATCH] chore(release): 11.0.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb1fbf..ad88606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [11.0.0](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v10.0.0...v11.0.0) (2024-01-15) + + +### ⚠ BREAKING CHANGES + +* minimum supported Node.js version is `18.12.0` ([2ef7b37](https://github.com/webpack-contrib/compression-webpack-plugin/commit/2ef7b3724a841285a0dcadc2bd68c307d299ef48)) + ## [10.0.0](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v9.2.0...v10.0.0) (2022-05-17) diff --git a/package-lock.json b/package-lock.json index 9787a80..e1b907c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "compression-webpack-plugin", - "version": "10.0.0", + "version": "11.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "compression-webpack-plugin", - "version": "10.0.0", + "version": "11.0.0", "license": "MIT", "dependencies": { "schema-utils": "^4.2.0", diff --git a/package.json b/package.json index de3fba0..b9984fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "compression-webpack-plugin", - "version": "10.0.0", + "version": "11.0.0", "description": "Prepare compressed versions of assets to serve them with Content-Encoding", "license": "MIT", "repository": "webpack-contrib/compression-webpack-plugin",