Skip to content

Commit

Permalink
chore(release): 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 26, 2023
1 parent c2e40dc commit 2526b42
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 2526b42

Please sign in to comment.