diff --git a/CHANGELOG.md b/CHANGELOG.md index cca9b07..ac56fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [3.0.1](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v3.0.0...v3.0.1) (2021-05-31) + +### Chore + +* update `jest-worker` + ## [3.0.0](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v2.0.0...v3.0.0) (2021-05-12) diff --git a/package-lock.json b/package-lock.json index 95e4193..c1621e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "css-minimizer-webpack-plugin", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index decbefb..5ffcf1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-minimizer-webpack-plugin", - "version": "3.0.0", + "version": "3.0.1", "description": "cssnano plugin for Webpack", "license": "MIT", "repository": "webpack-contrib/css-minimizer-webpack-plugin",