From 392a3a302a037b2fd123031b1569ff343737fdcd Mon Sep 17 00:00:00 2001 From: GoalSmashers Date: Mon, 27 May 2013 23:40:40 +0200 Subject: [PATCH] Version 1.0.5. --- History.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index aa42bcab..4e87acbc 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +1.0.5 / 2013-05-26 +================== + +* Fixed issue [#107](https://github.com/GoalSmashers/clean-css/issues/107) - data URIs in imported stylesheets. + 1.0.4 / 2013-05-23 ================== diff --git a/package.json b/package.json index b19c32f3..091e1a31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clean-css", - "version": "1.0.4", + "version": "1.0.5", "author": "Jakub Pawlowicz (http://twitter.com/GoalSmashers)", "description": "A well-tested CSS minifier", "keywords": [ -- 2.34.1