From e018ab88172b225bcf277889d4e706cbf2992e68 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Sun, 27 Nov 2011 16:04:53 +0100 Subject: [PATCH] Version 0.2.6. --- History.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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" -- 2.34.1