Skip to content

Commit

Permalink
Merge pull request #116 from jrit/cheerio-node-12
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
jrit committed Apr 27, 2015
2 parents 0920e59 + e074902 commit 1a22aa3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juice",
"version": "1.0.1",
"version": "1.0.2",
"description": "Inlines css into html source",
"bin": "./bin/juice",
"scripts": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 1a22aa3

Please sign in to comment.