From e9e0e45fb21472f6836e2ef94f61ab0b9af77539 Mon Sep 17 00:00:00 2001 From: Jarrett Widman Date: Mon, 27 Apr 2015 09:31:44 -0500 Subject: [PATCH 1/2] update history, bump version to 1.0.2 --- History.md | 6 ++++++ package.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index bce62fb..054eabb 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +1.0.2 / 2015-04-27 +================== + +* added option `applyAttributesTableElements` +* bump version on web-resource-inliner to 1.1.1 + 1.0.1 / 2015-02-22 ================== diff --git a/package.json b/package.json index 9553474..e4429d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "juice", - "version": "1.0.1", + "version": "1.0.2", "description": "Inlines css into html source", "bin": "./bin/juice", "scripts": { @@ -38,7 +38,7 @@ "commander": "2.3.0", "cssom": "0.3.0", "slick": "1.12.1", - "web-resource-inliner": "1.1.0" + "web-resource-inliner": "1.1.1" }, "devDependencies": { "should": "4.0.4", From e074902c83f65b590d473d984303cbded10d223c Mon Sep 17 00:00:00 2001 From: Jarrett Widman Date: Mon, 27 Apr 2015 09:38:13 -0500 Subject: [PATCH 2/2] note bin/juice fix --- History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/History.md b/History.md index 054eabb..f61bf22 100644 --- a/History.md +++ b/History.md @@ -3,6 +3,7 @@ * added option `applyAttributesTableElements` * bump version on web-resource-inliner to 1.1.1 +* fix bin/juice so it works as documented 1.0.1 / 2015-02-22 ==================