diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad93db..7041793 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. +### [9.0.1](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v9.0.0...v9.0.1) (2021-11-17) + + +### Chore + +* update `schema-utils` package to `4.0.0` version + ## [9.0.0](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v8.0.1...v9.0.0) (2021-09-11) diff --git a/package-lock.json b/package-lock.json index 28992c6..46acba1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "compression-webpack-plugin", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "compression-webpack-plugin", - "version": "9.0.0", + "version": "9.0.1", "license": "MIT", "dependencies": { "schema-utils": "^4.0.0", diff --git a/package.json b/package.json index 69131c8..8bc0a43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "compression-webpack-plugin", - "version": "9.0.0", + "version": "9.0.1", "description": "Prepare compressed versions of assets to serve them with Content-Encoding", "license": "MIT", "repository": "webpack-contrib/compression-webpack-plugin",