We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c5f5f commit 4136378Copy full SHA for 4136378
History.md
@@ -1,8 +1,9 @@
1
-1.6.1 / Pending
+1.7.0 / 2015-11-03
2
==================
3
4
* Refactor to provide browser support at `juice/client`
5
* Add option `applyHeightAttributes`
6
+* Bump dep `web-resource-inliner`
7
8
1.6.0 / 2015-10-26
9
package.json
@@ -1,6 +1,6 @@
{
"name": "juice",
- "version": "1.6.0",
+ "version": "1.7.0",
"description": "Inlines css into html source",
"bin": "./bin/juice",
"main": "./lib/juice",
@@ -40,7 +40,7 @@
40
"commander": "2.9.0",
41
"cssom": "0.3.0",
42
"slick": "1.12.2",
43
- "web-resource-inliner": "1.2.0"
+ "web-resource-inliner": "1.2.1"
44
},
45
"devDependencies": {
46
"should": "4.0.4",
0 commit comments