From: GoalSmashers Date: Mon, 4 Nov 2013 13:31:25 +0000 (+0100) Subject: Version 2.0.0. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=dd3fa3843a9dd1495e91c955063819616ce16aed;p=clean-css.git Version 2.0.0. --- diff --git a/History.md b/History.md index 4cbcc02a..9092156a 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,4 @@ -[2.0.0 / 2013-xx-xx (UNRELEASED)](https://github.com/GoalSmashers/clean-css/compare/v1.1.7...v2.0.0) +[2.0.0 / 2013-11-04](https://github.com/GoalSmashers/clean-css/compare/v1.1.7...v2.0.0) ================== * Adds simplified and more advanced text escaping / restoring via `EscapeStore` class. diff --git a/README.md b/README.md index 67d958b8..8b28e5c3 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ [![Dependency Status](https://david-dm.org/GoalSmashers/clean-css.png)](https://david-dm.org/GoalSmashers/clean-css) [![devDependency Status](https://david-dm.org/GoalSmashers/clean-css/dev-status.png)](https://david-dm.org/GoalSmashers/clean-css#info=devDependencies) -## Important: all the documentation below covers the upcoming 2.0 release. Check out [1.1 branch](https://github.com/GoalSmashers/clean-css/tree/1.1) for current, 1.1.x release docs. - ## What is clean-css? Clean-css is a fast and efficient [node.js](http://nodejs.org/) library for minifying CSS files. diff --git a/package.json b/package.json index 8d75b5e1..cb121d2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clean-css", - "version": "1.1.7", + "version": "2.0.0", "author": "Jakub Pawlowicz (http://twitter.com/GoalSmashers)", "description": "A well-tested CSS minifier", "license": "MIT",