diff --git a/History.md b/History.md index bce62fb..f61bf22 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +1.0.2 / 2015-04-27 +================== + +* 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 ================== 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",