From: GoalSmashers Date: Wed, 19 Dec 2012 21:09:11 +0000 (+0100) Subject: Version 0.9.1. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8c9044969d4a688e2ce807b7f9c0e01a4431566c;p=clean-css.git Version 0.9.1. --- diff --git a/History.md b/History.md index c0979d4b..927aa992 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +0.9.1 / 2012-12-19 +================== + + * Fixed issue #37 - converting 'white' and other colors in class names (reported by @malgorithms). + 0.9.0 / 2012-12-15 ================== diff --git a/package.json b/package.json index 88e03f0a..692ecf45 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type" : "git", "url" : "https://github.com/GoalSmashers/clean-css.git" }, - "version": "0.9.0", + "version": "0.9.1", "main": "index.js", "bin": { "cleancss": "./bin/cleancss"