From 34b37a00c30614ffaf99dd3a894bc76bf712d2bc Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Sun, 27 Nov 2011 10:11:16 +0100 Subject: [PATCH] Version 0.2.5. --- History.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 9d33bcb4..7efd1e6e 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +0.2.5 / 2011-11-27 +================== + + * Fixed issue with cleaning up spaces inside calc/-moz-calc declarations (thanks to @cvan for reporting it). + * Fixed converting #f00 to red in borders and gradients. + 0.2.4 / 2011-05-25 ================== diff --git a/package.json b/package.json index f3a748b6..65a19571 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type" : "git", "url" : "http://github.com/GoalSmashers/clean-css.git" }, - "version": "0.2.4", + "version": "0.2.5", "main": "index.js", "bin": { "cleancss": "./bin/cleancss" -- 2.34.1