From: Jakub Pawlowicz Date: Sun, 27 Nov 2011 15:04:53 +0000 (+0100) Subject: Version 0.2.6. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e018ab88172b225bcf277889d4e706cbf2992e68;p=clean-css.git Version 0.2.6. --- diff --git a/History.md b/History.md index 7efd1e6e..027c5ab6 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +0.2.6 / 2011-11-27 +================== + + * Fixed expanding + signs in calc() when mixed up with adjacent (+) selector. + 0.2.5 / 2011-11-27 ================== diff --git a/package.json b/package.json index 65a19571..61dbf097 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type" : "git", "url" : "http://github.com/GoalSmashers/clean-css.git" }, - "version": "0.2.5", + "version": "0.2.6", "main": "index.js", "bin": { "cleancss": "./bin/cleancss"