From: GoalSmashers Date: Thu, 14 Feb 2013 21:35:17 +0000 (+0100) Subject: Version 0.10.1. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=994338749d1616f0ffc3d6cd9f689cdcbeb99fdc;p=clean-css.git Version 0.10.1. --- diff --git a/History.md b/History.md index ff52b3c2..0d540b76 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +0.10.1 / 2013-02-14 +================== + +* Fixed issue [#66](https://github.com/GoalSmashers/clean-css/issues/66) - line breaks without extra spaces should + be handled correctly. + 0.10.0 / 2013-02-09 ================== diff --git a/package.json b/package.json index 7f26dc7d..aa9c7c7f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type" : "git", "url" : "https://github.com/GoalSmashers/clean-css.git" }, - "version": "0.10.0", + "version": "0.10.1", "main": "index.js", "bin": { "cleancss": "./bin/cleancss"