Version 0.10.1.
authorGoalSmashers <jakub@goalsmashers.com>
Thu, 14 Feb 2013 21:35:17 +0000 (22:35 +0100)
committerGoalSmashers <jakub@goalsmashers.com>
Thu, 14 Feb 2013 21:35:17 +0000 (22:35 +0100)
History.md
package.json

index ff52b3c..0d540b7 100644 (file)
@@ -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
 ==================
 
index 7f26dc7..aa9c7c7 100644 (file)
@@ -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"