From f7dec964845e8b67afd687f8c66bc91e07d26a1b Mon Sep 17 00:00:00 2001 From: GoalSmashers Date: Sat, 15 Dec 2012 22:43:56 +0000 Subject: [PATCH] Version 0.9.0. --- History.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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" -- 2.34.1