diff --git a/CHANGELOG.md b/CHANGELOG.md index 2331aff..8230f91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.1.2](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v9.1.0...v9.1.2) (2021-12-13) + + +### Bug Fixes + +* types ([76009b7](https://github.com/webpack-contrib/compression-webpack-plugin/commit/76009b7ecd7495e56f9a59b60abfab4c20dca4b9)) +* types ([#276](https://github.com/webpack-contrib/compression-webpack-plugin/issues/276)) ([c5c3dba](https://github.com/webpack-contrib/compression-webpack-plugin/commit/c5c3dba72b91bb020c3c142c43f264869ccde3d1)) + +### [9.1.1](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v9.1.0...v9.1.1) (2021-12-09) + + +### Bug Fixes + +* added `types` to `package.json` ([0acff90](https://github.com/webpack-contrib/compression-webpack-plugin/commit/0acff903ded3fae933e0cc2c9727e3637310f5af)) + ## [9.1.0](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v9.0.1...v9.1.0) (2021-12-09) diff --git a/package-lock.json b/package-lock.json index d33f4b1..a3b9851 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "compression-webpack-plugin", - "version": "9.1.0", + "version": "9.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "compression-webpack-plugin", - "version": "9.1.0", + "version": "9.1.2", "license": "MIT", "dependencies": { "schema-utils": "^4.0.0", diff --git a/package.json b/package.json index ff36841..303c372 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "compression-webpack-plugin", - "version": "9.1.0", + "version": "9.1.2", "description": "Prepare compressed versions of assets to serve them with Content-Encoding", "license": "MIT", "repository": "webpack-contrib/compression-webpack-plugin",