Skip to content

Commit 2e7666b

Browse files
Adds missing v4.2 readme section.
1 parent 2e5e483 commit 2e7666b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Previously a part of clean-css it's a separate package since clean-css 4.0.
2222
- [Use](#use)
2323
* [Important: 4.0 breaking changes](#important-40-breaking-changes)
2424
* [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)
2526
* [CLI options](#cli-options)
2627
* [Compatibility modes](#compatibility-modes)
2728
* [Formatting options](#formatting-options)
@@ -86,6 +87,12 @@ clean-css-cli 4.1 introduces the following changes / features:
8687
* extracts CLI into an importable module, so it can be reused and enhanced if needed;
8788
* adds `beforeMinify` callback as a second argument to CLI module, see [example use case](#as-a-module).
8889

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+
8996
## CLI options
9097

9198
```shell

0 commit comments

Comments
 (0)