We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0920e59 + e074902 commit 1a22aa3Copy full SHA for 1a22aa3
History.md
@@ -1,3 +1,10 @@
1
+1.0.2 / 2015-04-27
2
+==================
3
+
4
+* added option `applyAttributesTableElements`
5
+* bump version on web-resource-inliner to 1.1.1
6
+* fix bin/juice so it works as documented
7
8
1.0.1 / 2015-02-22
9
==================
10
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 @@
38
"commander": "2.3.0",
39
"cssom": "0.3.0",
40
"slick": "1.12.1",
41
- "web-resource-inliner": "1.1.0"
+ "web-resource-inliner": "1.1.1"
42
},
43
"devDependencies": {
44
"should": "4.0.4",
0 commit comments