Version 2.0.4.
authorGoalSmashers <jakub@goalsmashers.com>
Thu, 19 Dec 2013 14:20:40 +0000 (15:20 +0100)
committerGoalSmashers <jakub@goalsmashers.com>
Thu, 19 Dec 2013 14:22:01 +0000 (15:22 +0100)
History.md
package.json

index ef50734..ed05013 100644 (file)
@@ -9,6 +9,11 @@
 * 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.4 / 2013-12-19](https://github.com/GoalSmashers/clean-css/compare/v2.0.3...v2.0.4)
+==================
+
+* Fixed issue [#193](https://github.com/GoalSmashers/clean-css/issues/193) - HSL color space normalization.
+
 [2.0.3 / 2013-12-18](https://github.com/GoalSmashers/clean-css/compare/v2.0.2...v2.0.3)
 ==================
 
index 5ca2f19..37e4c4a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "clean-css",
-  "version": "2.0.3",
+  "version": "2.0.4",
   "author": "Jakub Pawlowicz <jakub@goalsmashers.com> (http://twitter.com/GoalSmashers)",
   "description": "A well-tested CSS minifier",
   "license": "MIT",