From: GoalSmashers Date: Thu, 16 Jan 2014 22:22:15 +0000 (+0000) Subject: Version 2.0.7. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0d311a691ce30ec3a381febdd428f59ca3b269d5;p=clean-css.git Version 2.0.7. --- diff --git a/History.md b/History.md index 938ec185..229fab04 100644 --- a/History.md +++ b/History.md @@ -13,7 +13,7 @@ * Fixed issue [#186](https://github.com/GoalSmashers/clean-css/issues/186) - strip unit from 0rem. * Fixed issue [#207](https://github.com/GoalSmashers/clean-css/issues/207) - bug in parsing protocol `@import`s. -[2.0.7 / 2014-xx-xx (UNRELEASED)](https://github.com/GoalSmashers/clean-css/compare/v2.0.6...v2.0.7) +[2.0.7 / 2014-01-16](https://github.com/GoalSmashers/clean-css/compare/v2.0.6...v2.0.7) ================== * Fixed issue [#208](https://github.com/GoalSmashers/clean-css/issues/208) - don't swallow @page and @viewport. diff --git a/package.json b/package.json index c7d89cd4..3edfd162 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clean-css", - "version": "2.0.6", + "version": "2.0.7", "author": "Jakub Pawlowicz (http://twitter.com/GoalSmashers)", "description": "A well-tested CSS minifier", "license": "MIT",