From dbc05d42ad5d51a8d74e966845b6cd42328ea02a Mon Sep 17 00:00:00 2001 From: GoalSmashers Date: Thu, 28 Jun 2012 22:50:15 +0200 Subject: [PATCH] Version 0.4.2. --- History.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 8eb0b8f7..032c7ccf 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +0.4.2 / 2012-06-28 +================== + + * Updated binary -v option (version). + * Updated binary to output help when no options given (but not in piped mode). + * Added binary tests. + 0.4.1 / 2012-06-10 ================== diff --git a/package.json b/package.json index 2495d654..6f4815cf 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type" : "git", "url" : "http://github.com/GoalSmashers/clean-css.git" }, - "version": "0.4.1", + "version": "0.4.2", "main": "index.js", "bin": { "cleancss": "./bin/cleancss" -- 2.34.1