From 1277f032a0a4f94d7e337afa2fa6918374b783e9 Mon Sep 17 00:00:00 2001 From: GoalSmashers Date: Fri, 3 Jan 2014 12:10:47 +0100 Subject: [PATCH] Version 2.0.5. --- History.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 1de1838e..ba63b4f1 100644 --- a/History.md +++ b/History.md @@ -9,7 +9,7 @@ * Fixed issue [#165](https://github.com/GoalSmashers/clean-css/issues/165) - extra space after trailing parenthesis. * Fixed issue [#186](https://github.com/GoalSmashers/clean-css/issues/186) - strip unit from 0rem. -[2.0.5 / 2013-xx-xx (UNRELEASED)](https://github.com/GoalSmashers/clean-css/compare/v2.0.4...v2.0.5) +[2.0.5 / 2014-01-03](https://github.com/GoalSmashers/clean-css/compare/v2.0.4...v2.0.5) ================== * Fixed issue [#199](https://github.com/GoalSmashers/clean-css/issues/199) - keep line breaks with no advanced optimizations. diff --git a/package.json b/package.json index 37e4c4a7..b082cc6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clean-css", - "version": "2.0.4", + "version": "2.0.5", "author": "Jakub Pawlowicz (http://twitter.com/GoalSmashers)", "description": "A well-tested CSS minifier", "license": "MIT", -- 2.34.1