From 9128287f978dffb02b45203ac8a6a40323d33929 Mon Sep 17 00:00:00 2001 From: GoalSmashers Date: Thu, 24 Oct 2013 18:20:38 +0200 Subject: [PATCH] Version 1.1.5. --- History.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 245f3cd4..d532f8dc 100644 --- a/History.md +++ b/History.md @@ -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 ================== diff --git a/package.json b/package.json index afc32daf..fd03dd10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clean-css", - "version": "1.1.4", + "version": "1.1.5", "author": "Jakub Pawlowicz (http://twitter.com/GoalSmashers)", "description": "A well-tested CSS minifier", "license": "MIT", -- 2.34.1