From: GoalSmashers Date: Sat, 4 Jan 2014 16:01:26 +0000 (+0100) Subject: Version 2.0.6. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b31c474abfa7416e0203956d0ace6ab090ea8321;p=clean-css.git Version 2.0.6. --- diff --git a/History.md b/History.md index 2e1249cc..7894e7da 100644 --- a/History.md +++ b/History.md @@ -9,7 +9,7 @@ * Fixed issue [#165](https://github.com/GoalSmashers/clean-css/issues/165) - extra space after trailing parenthesis. * Fixed issue [#186](https://github.com/GoalSmashers/clean-css/issues/186) - strip unit from 0rem. -[2.0.6 / 2014-xx-xx (UNRELEASED)](https://github.com/GoalSmashers/clean-css/compare/v2.0.5...v2.0.6) +[2.0.6 / 2014-01-04](https://github.com/GoalSmashers/clean-css/compare/v2.0.5...v2.0.6) ================== * Fixed issue [#198](https://github.com/GoalSmashers/clean-css/issues/198) - process comments and `@import`s correctly. diff --git a/package.json b/package.json index 3db0a3a4..d8d5e61a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clean-css", - "version": "2.0.5", + "version": "2.0.6", "author": "Jakub Pawlowicz (http://twitter.com/GoalSmashers)", "description": "A well-tested CSS minifier", "license": "MIT",