From: GoalSmashers Date: Sun, 28 Oct 2012 15:02:12 +0000 (+0000) Subject: Version 0.8.1. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=03862441af5ecd4d8d1f601c69c45a491eec4262;p=clean-css.git Version 0.8.1. --- diff --git a/History.md b/History.md index 5349ca32..0b10f4c5 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +0.8.1 / 2012-10-28 +================== + + * Added better zeros processing for rect(...) syntax (clip property). + 0.8.0 / 2012-10-21 ================== diff --git a/package.json b/package.json index ecdb3850..4bf71fe8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type" : "git", "url" : "http://github.com/GoalSmashers/clean-css.git" }, - "version": "0.8.0", + "version": "0.8.1", "main": "index.js", "bin": { "cleancss": "./bin/cleancss"