From 32cfd43f287d0391e650444ccd996e87b1d68dcd Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Wed, 25 May 2011 19:53:28 +0200 Subject: [PATCH] Bumped version to 0.2.4. --- History.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index b9c72c27..9d33bcb4 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +0.2.4 / 2011-05-25 +================== + + * Fixed problem with expanding 'none' to '0' in partial/full background declarations. + * Fixed including clean-css library from binary (global to local). + 0.2.3 / 2011-04-18 ================== diff --git a/package.json b/package.json index de9e4387..f3a748b6 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type" : "git", "url" : "http://github.com/GoalSmashers/clean-css.git" }, - "version": "0.2.3", + "version": "0.2.4", "main": "index.js", "bin": { "cleancss": "./bin/cleancss" -- 2.34.1