From: GoalSmashers Date: Sat, 15 Dec 2012 22:43:56 +0000 (+0000) Subject: Version 0.9.0. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f7dec964845e8b67afd687f8c66bc91e07d26a1b;p=clean-css.git Version 0.9.0. --- diff --git a/History.md b/History.md index f018ca5e..77004f0c 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +0.9.0 / 2012-12-15 +================== + + * Added stripping quotation from font names (if possible). + * Added stripping quotation from @keyframes declaration and animation/animation-name property. + * Added stripping quotations from attributes' value (e.g. [data-target='x']). + 0.8.3 / 2012-11-29 ================== diff --git a/package.json b/package.json index 3d14add3..88e03f0a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type" : "git", "url" : "https://github.com/GoalSmashers/clean-css.git" }, - "version": "0.8.3", + "version": "0.9.0", "main": "index.js", "bin": { "cleancss": "./bin/cleancss"