From b05b03e917f72d8abcd121cc0888473015228344 Mon Sep 17 00:00:00 2001 From: GoalSmashers Date: Thu, 19 Dec 2013 15:20:40 +0100 Subject: [PATCH] Version 2.0.4. --- History.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index ef50734d..ed05013b 100644 --- a/History.md +++ b/History.md @@ -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) ================== diff --git a/package.json b/package.json index 5ca2f192..37e4c4a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clean-css", - "version": "2.0.3", + "version": "2.0.4", "author": "Jakub Pawlowicz (http://twitter.com/GoalSmashers)", "description": "A well-tested CSS minifier", "license": "MIT", -- 2.34.1