Skip to content

Commit 091f281

Browse files
Adds version 5.5 entry to readme.
1 parent 0898802 commit 091f281

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
@@ -19,6 +19,7 @@ Previously a part of clean-css it's a separate package since clean-css 4.0.
1919
- [Node.js version support](#nodejs-version-support)
2020
- [Install](#install)
2121
- [Use](#use)
22+
* [What's new in version 5.5](#whats-new-in-version-55)
2223
* [What's new in version 5.1](#whats-new-in-version-51)
2324
* [What's new in version 5.0](#whats-new-in-version-50)
2425
* [What's new in version 4.3](#whats-new-in-version-43)
@@ -61,6 +62,12 @@ Note: Global install via -g option is recommended unless you want to execute the
6162
cleancss -o one.min.css one.css
6263
```
6364

65+
## What's new in version 5.5
66+
67+
clean-css-cli 5.5 introduces the following changes / features:
68+
69+
* adds a new `--watch` switch, which makes `cleancss` re-run optimizations when watched file(s) change.
70+
6471
## What's new in version 5.1
6572

6673
clean-css-cli 5.1 introduces the following changes / features:

0 commit comments

Comments
 (0)