From: GoalSmashers Date: Wed, 31 Oct 2012 21:52:02 +0000 (+0000) Subject: Version 0.8.2. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5b52af1072800c998477603a47027299a2290e0e;p=clean-css.git Version 0.8.2. --- diff --git a/History.md b/History.md index 0b10f4c5..7a0c535b 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +0.8.2 / 2012-10-31 +================== + + * Fixed shortening hex colors and their relation to hashes in urls. + * Cleanup by @XhmikosR. + 0.8.1 / 2012-10-28 ================== diff --git a/package.json b/package.json index 0e370252..54c446c4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type" : "git", "url" : "https://github.com/GoalSmashers/clean-css.git" }, - "version": "0.8.1", + "version": "0.8.2", "main": "index.js", "bin": { "cleancss": "./bin/cleancss"