Skip to content

Commit 9dd091f

Browse files
Version 4.2.0.
1 parent 59bf990 commit 9dd091f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

History.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[4.2.0-pre / 2017-xx-xx](https://github.com/jakubpawlowicz/clean-css/compare/4.1...HEAD)
1+
[4.2.0 / 2018-08-02](https://github.com/jakubpawlowicz/clean-css/compare/4.1...4.2.0)
22
==================
33

44
* Adds `process` method for compatibility with optimize-css-assets-webpack-plugin.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ clean-css 4.1 introduces the following changes / features:
116116

117117
## What's new in version 4.2
118118

119-
clean-css 4.2 will introduce the following changes / features:
119+
clean-css 4.2 introduces the following changes / features:
120120

121121
* Adds `process` method for compatibility with optimize-css-assets-webpack-plugin;
122122
* new `transition` property optimizer;
123123
* preserves any CSS content between `/* clean-css ignore:start */` and `/* clean-css ignore:end */` comments;
124124
* allows filtering based on selector in `transform` callback, see [example](#how-to-apply-arbitrary-transformations-to-css-properties);
125-
* adds configurable line breaks via `format: { breakWith: 'lf' }` option;
125+
* adds configurable line breaks via `format: { breakWith: 'lf' }` option.
126126

127127
## Constructor options
128128

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clean-css",
3-
"version": "4.2.0-pre",
3+
"version": "4.2.0",
44
"author": "Jakub Pawlowicz <contact@jakubpawlowicz.com> (http://twitter.com/jakubpawlowicz)",
55
"description": "A well-tested CSS minifier",
66
"license": "MIT",

0 commit comments

Comments
 (0)