From: Jakub Pawlowicz Date: Thu, 18 Dec 2014 21:18:44 +0000 (+0000) Subject: Version 3.0.0. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=475551b6a3ccc94bd5fc7538d07fa32799fb6c4d;p=clean-css.git Version 3.0.0. --- diff --git a/History.md b/History.md index 14d6afbb..6cc98b9e 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,4 @@ -[3.0.0 / 2014-xx-xx](https://github.com/jakubpawlowicz/clean-css/compare/v2.2.15...v3.0.0) +[3.0.0 / 2014-12-18](https://github.com/jakubpawlowicz/clean-css/compare/v2.2.22...v3.0.0) ================== * Adds more granular control over compatibility settings. diff --git a/README.md b/README.md index 87ff76ca..4f16c440 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ According to [tests](http://goalsmashers.github.io/css-minification-benchmark/) ## Usage -### This documentation refers to a pre-release version. See [2.2 branch](https://github.com/jakubpawlowicz/clean-css/tree/2.2) for the current release docs. - ### What are the requirements? ``` diff --git a/package.json b/package.json index 5cd733b0..57ba22db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clean-css", - "version": "3.0.0-pre", + "version": "3.0.0", "author": "Jakub Pawlowicz (http://twitter.com/jakubpawlowicz)", "description": "A well-tested CSS minifier", "license": "MIT",