From 9ec988f17887ef01bdcb03f7788d1c1def9792a9 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Wed, 26 Feb 2014 20:59:48 +0000 Subject: [PATCH] Version 2.1.3. --- History.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 3e82549f..a8ebdd74 100644 --- a/History.md +++ b/History.md @@ -1,10 +1,10 @@ -[2.2.0 / 2014-xx-xx (UNRELEASED)](https://github.com/GoalSmashers/clean-css/compare/v2.1.2...HEAD) +[2.2.0 / 2014-xx-xx (UNRELEASED)](https://github.com/GoalSmashers/clean-css/compare/v2.1.3...HEAD) ================== * Adds a better non-adjacent optimizer compatible with the upcoming new property optimizer. * Fixed issue [#247](https://github.com/GoalSmashers/clean-css/issues/247) - removes deprecated `selectorsMergeMode` switch. -[2.1.3 / 2014-xx-xx (UNRELEASED)](https://github.com/GoalSmashers/clean-css/compare/v2.1.2...v2.1.3) +[2.1.3 / 2014-02-26](https://github.com/GoalSmashers/clean-css/compare/v2.1.2...v2.1.3) ================== * Fixed issue [#248](https://github.com/GoalSmashers/clean-css/issues/248) - incorrect merging for vendor selectors. diff --git a/package.json b/package.json index f156e729..8095a775 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clean-css", - "version": "2.1.2", + "version": "2.1.3", "author": "Jakub Pawlowicz (http://twitter.com/GoalSmashers)", "description": "A well-tested CSS minifier", "license": "MIT", -- 2.34.1