From: Jakub Pawlowicz Date: Sat, 1 Mar 2014 09:07:57 +0000 (+0000) Subject: Version 2.1.4. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=bce61ea11b300850667bd149e94c4436664d0b3b;p=clean-css.git Version 2.1.4. --- diff --git a/History.md b/History.md index f63e9546..245ba2c5 100644 --- a/History.md +++ b/History.md @@ -1,10 +1,10 @@ -[2.2.0 / 2014-xx-xx (UNRELEASED)](https://github.com/GoalSmashers/clean-css/compare/v2.1.3...HEAD) +[2.2.0 / 2014-xx-xx (UNRELEASED)](https://github.com/GoalSmashers/clean-css/compare/v2.1.4...HEAD) ================== * Adds a better non-adjacent optimizer compatible with the upcoming new property optimizer. * Fixed issue [#247](https://github.com/GoalSmashers/clean-css/issues/247) - removes deprecated `selectorsMergeMode` switch. -[2.1.4 / 2014-xx-xx](https://github.com/GoalSmashers/clean-css/compare/v2.1.3...v2.1.4) +[2.1.4 / 2014-03-01](https://github.com/GoalSmashers/clean-css/compare/v2.1.3...v2.1.4) ================== * Fixed issue [#250](https://github.com/GoalSmashers/clean-css/issues/250) - correctly handle JSON data in quotations. diff --git a/package.json b/package.json index 8897a16a..7aad3ac2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clean-css", - "version": "2.1.3", + "version": "2.1.4", "author": "Jakub Pawlowicz (http://twitter.com/GoalSmashers)", "description": "A well-tested CSS minifier", "license": "MIT",