Skip to content

Commit ec4103e

Browse files
chore(release): 6.0.0
1 parent f7f74c0 commit ec4103e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [6.0.0](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v5.0.1...v6.0.0) (2024-01-17)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* minimum supported Node.js version is `18.12.0` ([#252](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/issues/252)) ([f7f74c0](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/commit/f7f74c02c8a53e517d9942807c198d1daff0c4b5))
11+
512
### [5.0.1](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v5.0.0...v5.0.1) (2023-06-13)
613

714

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-minimizer-webpack-plugin",
3-
"version": "5.0.1",
3+
"version": "6.0.0",
44
"description": "CSS minimizer (minifier) plugin for Webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/css-minimizer-webpack-plugin",

0 commit comments

Comments
 (0)