diff --git a/CHANGELOG.md b/CHANGELOG.md index c15d7b7..6b5bfb6 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. +## [7.0.0](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v6.0.0...v7.0.0) (2024-05-07) + + +### ⚠ BREAKING CHANGES + +* update cssnano to 7.0 ([#263](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/issues/263)) ([a252ce9](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/commit/a252ce91aad42181af0e4c71f1a00990c1efeeeb)) + ## [6.0.0](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v5.0.1...v6.0.0) (2024-01-17) diff --git a/package-lock.json b/package-lock.json index dd3a719..8c1adaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "css-minimizer-webpack-plugin", - "version": "6.0.0", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "css-minimizer-webpack-plugin", - "version": "6.0.0", + "version": "7.0.0", "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", diff --git a/package.json b/package.json index 7c85713..3f6526b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-minimizer-webpack-plugin", - "version": "6.0.0", + "version": "7.0.0", "description": "CSS minimizer (minifier) plugin for Webpack", "license": "MIT", "repository": "webpack-contrib/css-minimizer-webpack-plugin",