Version 0.10.2.
authorGoalSmashers <jakub@goalsmashers.com>
Tue, 19 Mar 2013 20:34:41 +0000 (21:34 +0100)
committerGoalSmashers <jakub@goalsmashers.com>
Tue, 19 Mar 2013 20:34:41 +0000 (21:34 +0100)
History.md
package.json

index 595d893..f6b55e1 100644 (file)
@@ -5,6 +5,11 @@
   and attributes.
 * Fixed issue [#44](https://github.com/GoalSmashers/clean-css/issues/46) - examples in --help.
 
+0.10.2 / 2013-03-19
+==================
+
+* Fixed issue [#79](https://github.com/GoalSmashers/clean-css/issues/79) - node.js 0.10.x compatibility.
+
 0.10.1 / 2013-02-14
 ==================
 
index d7fc583..23b5b13 100644 (file)
@@ -8,7 +8,7 @@
     "type" : "git",
     "url" : "https://github.com/GoalSmashers/clean-css.git"
   },
-  "version": "0.10.1",
+  "version": "0.10.2",
   "main": "index.js",
   "bin": {
     "cleancss": "./bin/cleancss"