Skip to content

Commit 08c9f3e

Browse files
chore(release): 7.0.1
1 parent eeaa5e1 commit 08c9f3e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
### [7.0.1](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v7.0.0...v7.0.1) (2025-03-06)
6+
7+
8+
### Bug Fixes
9+
10+
* better support worker threads ([eeaa5e1](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/commit/eeaa5e16861614c54568db35c17a2e8cad0d3c26))
11+
* use os.availableParallelism() for parallelism when it is available ([b07feeb](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/commit/b07feeb3e46e6a3d6ab9a32ca19711559b3afb3a))
12+
513
## [7.0.0](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v6.0.0...v7.0.0) (2024-05-07)
614

715

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": "7.0.0",
3+
"version": "7.0.1",
44
"description": "CSS minimizer (minifier) plugin for Webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/css-minimizer-webpack-plugin",

0 commit comments

Comments
 (0)