Skip to content

Commit d38300a

Browse files
Version 5.1.0.
1 parent 320cdd8 commit d38300a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

History.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[5.1.0 / 2021-xx-xx](https://github.com/jakubpawlowicz/clean-css-cli/compare/5.0...HEAD)
1+
[5.1.0 / 2021-02-12](https://github.com/jakubpawlowicz/clean-css-cli/compare/5.0...v5.1.0)
22
==================
33

44
* Fixed issue [#51](https://github.com/jakubpawlowicz/clean-css-cli/issues/51) - excluding files via glob negated pattern.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ cleancss -o one.min.css one.css
6363

6464
## What's new in version 5.1
6565

66-
clean-css-cli 5.1 will introduce the following changes / features:
66+
clean-css-cli 5.1 introduces the following changes / features:
6767

6868
* accept `!path/to/file` as a way of telling `cleancss` to ignore such file, also accepts any available glob patterns.
6969

package-lock.json

+1-1
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": "clean-css-cli",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "A command-line interface to clean-css CSS optimization library",
55
"scripts": {
66
"check": "jshint ./bin/cleancss .",

0 commit comments

Comments
 (0)