Version 4.2.0.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Thu, 2 Aug 2018 12:39:23 +0000 (14:39 +0200)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Thu, 2 Aug 2018 12:39:23 +0000 (14:39 +0200)
History.md
README.md
package.json

index 3d82a7e..7966851 100644 (file)
@@ -1,4 +1,4 @@
-[4.2.0-pre / 2017-xx-xx](https://github.com/jakubpawlowicz/clean-css/compare/4.1...HEAD)
+[4.2.0 / 2018-08-02](https://github.com/jakubpawlowicz/clean-css/compare/4.1...4.2.0)
 ==================
 
 * Adds `process` method for compatibility with optimize-css-assets-webpack-plugin.
index 45b2e59..3f7965b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -116,13 +116,13 @@ clean-css 4.1 introduces the following changes / features:
 
 ## What's new in version 4.2
 
-clean-css 4.2 will introduce the following changes / features:
+clean-css 4.2 introduces the following changes / features:
 
 * Adds `process` method for compatibility with optimize-css-assets-webpack-plugin;
 * new `transition` property optimizer;
 * preserves any CSS content between `/* clean-css ignore:start */` and `/* clean-css ignore:end */` comments;
 * allows filtering based on selector in `transform` callback, see [example](#how-to-apply-arbitrary-transformations-to-css-properties);
-* adds configurable line breaks via `format: { breakWith: 'lf' }` option;
+* adds configurable line breaks via `format: { breakWith: 'lf' }` option.
 
 ## Constructor options
 
index 9aac812..e7547fb 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "clean-css",
-  "version": "4.2.0-pre",
+  "version": "4.2.0",
   "author": "Jakub Pawlowicz <contact@jakubpawlowicz.com> (http://twitter.com/jakubpawlowicz)",
   "description": "A well-tested CSS minifier",
   "license": "MIT",