Bumps version to 4.2.0-pre.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 7 Jun 2017 14:47:00 +0000 (16:47 +0200)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 7 Jun 2017 14:48:27 +0000 (16:48 +0200)
History.md
README.md
package.json

index 1a9276f..6061eb9 100644 (file)
@@ -1,3 +1,6 @@
+[4.2.0-pre / 2017-xx-xx](https://github.com/jakubpawlowicz/clean-css/compare/4.1...HEAD)
+==================
+
 [4.1.3 / 2017-05-18](https://github.com/jakubpawlowicz/clean-css/compare/v4.1.2...v4.1.3)
 ==================
 
index b240f43..93e5ad3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ According to [tests](http://goalsmashers.github.io/css-minification-benchmark/)
 - [Use](#use)
   * [Important: 4.0 breaking changes](#important-40-breaking-changes)
   * [What's new in version 4.1](#whats-new-in-version-41)
+  * [What's new in version 4.2](#whats-new-in-version-42)
   * [Constructor options](#constructor-options)
   * [Compatibility modes](#compatibility-modes)
   * [Fetch option](#fetch-option)
@@ -112,6 +113,12 @@ clean-css 4.1 introduces the following changes / features:
 * `removeUnusedAtRules` level 2 optimization controlling removal of unused `@counter-style`, `@font-face`, `@keyframes`, and `@namespace` at rules;
 * the [web interface](https://jakubpawlowicz.github.io/clean-css) gets an improved settings panel with "reset to defaults", instant option changes, and settings being persisted across sessions.
 
+## What's new in version 4.2
+
+clean-css 4.2 will introduce the following changes / features:
+
+TBD
+
 ## Constructor options
 
 clean-css constructor accepts a hash as a parameter with the following options available:
index d612da4..4b446f7 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "clean-css",
-  "version": "4.1.3",
+  "version": "4.2.0-pre",
   "author": "Jakub Pawlowicz <contact@jakubpawlowicz.com> (http://twitter.com/jakubpawlowicz)",
   "description": "A well-tested CSS minifier",
   "license": "MIT",