Version 0.3.2.
authorJakub Pawlowicz <jakub@goalsmashers.com>
Tue, 17 Jan 2012 20:08:17 +0000 (21:08 +0100)
committerJakub Pawlowicz <jakub@goalsmashers.com>
Tue, 17 Jan 2012 20:08:17 +0000 (21:08 +0100)
History.md
package.json

index 3af4a8c..a34dfca 100644 (file)
@@ -1,3 +1,8 @@
+0.3.2 / 2012-01-17
+==================
+  
+  * Fixed output method under node 0.6 which incorrectly tried to close process.stdout.
+
 0.3.1 / 2011-12-16
 ==================
   
index d5d6811..419a69d 100644 (file)
@@ -8,7 +8,7 @@
     "type" : "git",
     "url" : "http://github.com/GoalSmashers/clean-css.git"
   },
-  "version": "0.3.1",
+  "version": "0.3.2",
   "main": "index.js",
   "bin": {
     "cleancss": "./bin/cleancss"