File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Previously a part of clean-css it's a separate package since clean-css 4.0.
22
22
- [ Use] ( #use )
23
23
* [ Important: 4.0 breaking changes] ( #important-40-breaking-changes )
24
24
* [ What's new in version 4.1] ( #whats-new-in-version-41 )
25
+ * [ What's new in version 4.2] ( #whats-new-in-version-42 )
25
26
* [ CLI options] ( #cli-options )
26
27
* [ Compatibility modes] ( #compatibility-modes )
27
28
* [ Formatting options] ( #formatting-options )
@@ -86,6 +87,12 @@ clean-css-cli 4.1 introduces the following changes / features:
86
87
* extracts CLI into an importable module, so it can be reused and enhanced if needed;
87
88
* adds ` beforeMinify ` callback as a second argument to CLI module, see [ example use case] ( #as-a-module ) .
88
89
90
+ ## What's new in version 4.2
91
+
92
+ clean-css-cli 4.2 introduces the following changes / features:
93
+
94
+ * [ clean-css 4.2] ( https://github.com/jakubpawlowicz/clean-css#whats-new-in-version-42 ) as a dependency;
95
+
89
96
## CLI options
90
97
91
98
``` shell
You can’t perform that action at this time.
0 commit comments