From: Jakub Pawlowicz Date: Mon, 10 Mar 2014 07:53:00 +0000 (+0000) Subject: Version 2.1.6. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6a628a5ba5b53782f20cf66fa74dffb2b78d6a31;p=clean-css.git Version 2.1.6. --- diff --git a/History.md b/History.md index f86518cd..359b6ff7 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,4 @@ -[2.2.0 / 2014-xx-xx (UNRELEASED)](https://github.com/GoalSmashers/clean-css/compare/v2.1.5...HEAD) +[2.2.0 / 2014-xx-xx (UNRELEASED)](https://github.com/GoalSmashers/clean-css/compare/v2.1.6...HEAD) ================== * Adds a better algorithm for quotation marks' removal. @@ -13,7 +13,7 @@ * Fixed issue [#247](https://github.com/GoalSmashers/clean-css/issues/247) - removes deprecated `selectorsMergeMode` switch. * Refixed issue [#250](https://github.com/GoalSmashers/clean-css/issues/250) - based on new quotation marks removal. -[2.1.6 / 2014-xx-xx (UNRELEASED)](https://github.com/GoalSmashers/clean-css/compare/v2.1.5...v2.1.6) +[2.1.6 / 2014-03-10](https://github.com/GoalSmashers/clean-css/compare/v2.1.5...v2.1.6) ================== * Fixed issue [#258](https://github.com/GoalSmashers/clean-css/issues/258) - wrong @import handling in EmptyRemoval. diff --git a/package.json b/package.json index d4e5d5e8..2e4c8f67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clean-css", - "version": "2.1.5", + "version": "2.1.6", "author": "Jakub Pawlowicz (http://twitter.com/GoalSmashers)", "description": "A well-tested CSS minifier", "license": "MIT",