From b31c474abfa7416e0203956d0ace6ab090ea8321 Mon Sep 17 00:00:00 2001 From: GoalSmashers Date: Sat, 4 Jan 2014 17:01:26 +0100 Subject: [PATCH] Version 2.0.6. --- History.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 2e1249cc..7894e7da 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.6 / 2014-xx-xx (UNRELEASED)](https://github.com/GoalSmashers/clean-css/compare/v2.0.5...v2.0.6) +[2.0.6 / 2014-01-04](https://github.com/GoalSmashers/clean-css/compare/v2.0.5...v2.0.6) ================== * Fixed issue [#198](https://github.com/GoalSmashers/clean-css/issues/198) - process comments and `@import`s correctly. diff --git a/package.json b/package.json index 3db0a3a4..d8d5e61a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clean-css", - "version": "2.0.5", + "version": "2.0.6", "author": "Jakub Pawlowicz (http://twitter.com/GoalSmashers)", "description": "A well-tested CSS minifier", "license": "MIT", -- 2.34.1