From: Jakub Pawlowicz Date: Sun, 17 Apr 2011 14:53:18 +0000 (+0200) Subject: Version 0.2.2. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c1c495bd75a3202995f073807c096e479324f8c8;p=clean-css.git Version 0.2.2. --- diff --git a/History.md b/History.md index a0873f24..e19509c5 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +0.2.2 / 2011-04-17 +================== + + * Fixed problem with space before color in 'border' property. + 0.2.1 / 2011-03-19 ================== diff --git a/package.json b/package.json index b3902216..b6f8ced0 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type" : "git", "url" : "http://github.com/GoalSmashers/clean-css.git" }, - "version": "0.2.1", + "version": "0.2.2", "main": "index.js", "bin": { "cleancss": "./bin/cleancss"