Version 1.1.5.
authorGoalSmashers <jakub@goalsmashers.com>
Thu, 24 Oct 2013 16:20:38 +0000 (18:20 +0200)
committerGoalSmashers <jakub@goalsmashers.com>
Thu, 24 Oct 2013 16:24:00 +0000 (18:24 +0200)
History.md
package.json

index 245f3cd..d532f8d 100644 (file)
@@ -3,6 +3,11 @@
 
 * Adds simplified and more advanced text escaping / restoring via `EscapeStore` class.
 
+1.1.5 / 2013-10-24
+==================
+
+* Fixed issue [#153](https://github.com/GoalSmashers/clean-css/issues/153) - keepSpecialComments 0/1 as a string.
+
 1.1.4 / 2013-10-23
 ==================
 
index afc32da..fd03dd1 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "clean-css",
-  "version": "1.1.4",
+  "version": "1.1.5",
   "author": "Jakub Pawlowicz <jakub@goalsmashers.com> (http://twitter.com/GoalSmashers)",
   "description": "A well-tested CSS minifier",
   "license": "MIT",