Bumped version to 0.2.4.
authorJakub Pawlowicz <jakub@goalsmashers.com>
Wed, 25 May 2011 17:53:28 +0000 (19:53 +0200)
committerJakub Pawlowicz <jakub@goalsmashers.com>
Wed, 25 May 2011 17:53:28 +0000 (19:53 +0200)
History.md
package.json

index b9c72c2..9d33bcb 100644 (file)
@@ -1,3 +1,9 @@
+0.2.4 / 2011-05-25
+==================
+
+  * Fixed problem with expanding 'none' to '0' in partial/full background declarations.
+  * Fixed including clean-css library from binary (global to local).
+
 0.2.3 / 2011-04-18
 ==================
 
index de9e438..f3a748b 100644 (file)
@@ -8,7 +8,7 @@
     "type" : "git",
     "url" : "http://github.com/GoalSmashers/clean-css.git"
   },
-  "version": "0.2.3",
+  "version": "0.2.4",
   "main": "index.js",
   "bin": {
     "cleancss": "./bin/cleancss"