diff --git a/CHANGELOG.md b/CHANGELOG.md index a970a2b..b928a93 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. +### [6.1.2](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v6.1.1...v6.1.2) (2023-12-26) + + +### Bug Fixes + +* compatibility with Node.js@18 ([#373](https://github.com/webpack-contrib/compression-webpack-plugin/issues/373)) ([c2e40dc](https://github.com/webpack-contrib/compression-webpack-plugin/commit/c2e40dc8327a40ca69a20223f27925a960c9f568)) + ### [6.1.1](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v6.1.0...v6.1.1) (2020-11-12) diff --git a/package-lock.json b/package-lock.json index a6e868f..a1d686b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "compression-webpack-plugin", - "version": "6.1.1", + "version": "6.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3b68a99..387d846 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "compression-webpack-plugin", - "version": "6.1.1", + "version": "6.1.2", "description": "Prepare compressed versions of assets to serve them with Content-Encoding", "license": "MIT", "repository": "webpack-contrib/compression-webpack-plugin",