From: Jakub Pawlowicz Date: Wed, 25 May 2011 17:53:28 +0000 (+0200) Subject: Bumped version to 0.2.4. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=32cfd43f287d0391e650444ccd996e87b1d68dcd;p=clean-css.git Bumped version to 0.2.4. --- 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"