From fcd1a0cdd803feda7d393cec5e2ffe4d1ecb4c90 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Sun, 10 Jun 2012 22:58:20 +0200 Subject: [PATCH] Version 0.4.1. --- History.md | 5 +++++ README.md | 1 + package.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index a12bab73..8eb0b8f7 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +0.4.1 / 2012-06-10 +================== + + * Fixed stateless mode where calling CleanCSS#process directly was giving errors (reported by @facelessuser). + 0.4.0 / 2012-06-04 ================== diff --git a/README.md b/README.md index e37f4a56..64177f6c 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ You need vows testing framework (npm install vows) then simply run: ## Acknowledgments ## * Vincent Voyer (@vvo) for a patch with better empty element regex and for inspiring us to do many performance improvements in 0.4 release. +* Isaac (@facelessuser) for pointing out a flaw in clean-css' stateless mode. * Jan Michael Alonzo (@jmalonzo) for a patch removing node's old 'sys' package. ## License ## diff --git a/package.json b/package.json index 0a3bce25..a181b379 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type" : "git", "url" : "http://github.com/GoalSmashers/clean-css.git" }, - "version": "0.4.0", + "version": "0.4.1", "main": "index.js", "bin": { "cleancss": "./bin/cleancss" -- 2.34.1