From: GoalSmashers Date: Tue, 19 Mar 2013 20:34:41 +0000 (+0100) Subject: Version 0.10.2. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2f44bab63f8da36dbfa7591d600d3499a0979e4f;p=clean-css.git Version 0.10.2. --- diff --git a/History.md b/History.md index 595d893f..f6b55e1c 100644 --- a/History.md +++ b/History.md @@ -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 ================== diff --git a/package.json b/package.json index d7fc5832..23b5b139 100644 --- a/package.json +++ b/package.json @@ -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"