From 677bf6643511a77252a8e1a51846fa99a074cd3a Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Sun, 31 Aug 2014 23:56:05 +0100 Subject: [PATCH] Version 2.2.15. --- History.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/History.md b/History.md index 74b2fb5b..345ef7cc 100644 --- a/History.md +++ b/History.md @@ -3,13 +3,13 @@ * Allows `target` option to be a path to a folder instead of a file. -[2.2.15 / 2014-xx-xx](https://github.com/jakubpawlowicz/clean-css/compare/v2.2.14...v2.2.15) +[2.2.15 / 2014-09-01](https://github.com/jakubpawlowicz/clean-css/compare/v2.2.14...v2.2.15) ================== -* Fixed issue [#350](https://github.com/GoalSmashers/clean-css/issues/350) - edge cases in `@import` processing. -* Fixed issue [#346](https://github.com/GoalSmashers/clean-css/issues/346) - overriding !important by !important. -* Fixed issue [#345](https://github.com/GoalSmashers/clean-css/issues/345) - URL rebasing for document relative ones. * Fixed issue [#343](https://github.com/GoalSmashers/clean-css/issues/343) - too aggressive rgba/hsla minification. +* Fixed issue [#345](https://github.com/GoalSmashers/clean-css/issues/345) - URL rebasing for document relative ones. +* Fixed issue [#346](https://github.com/GoalSmashers/clean-css/issues/346) - overriding !important by !important. +* Fixed issue [#350](https://github.com/GoalSmashers/clean-css/issues/350) - edge cases in `@import` processing. [2.2.14 / 2014-08-25](https://github.com/jakubpawlowicz/clean-css/compare/v2.2.13...v2.2.14) ================== diff --git a/package.json b/package.json index 91926462..1c0a72df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clean-css", - "version": "2.2.14", + "version": "2.2.15", "author": "Jakub Pawlowicz (http://twitter.com/jakubpawlowicz)", "description": "A well-tested CSS minifier", "license": "MIT", -- 2.34.1