Skip to content

Commit

Permalink
bump dep, set package to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jrit committed Nov 3, 2015
1 parent 88c5f5f commit 4136378
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
1.6.1 / Pending
1.7.0 / 2015-11-03
==================

* Refactor to provide browser support at `juice/client`
* Add option `applyHeightAttributes`
* Bump dep `web-resource-inliner`

1.6.0 / 2015-10-26
==================
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.6.0",
"version": "1.7.0",
"description": "Inlines css into html source",
"bin": "./bin/juice",
"main": "./lib/juice",
Expand Down Expand Up @@ -40,7 +40,7 @@
"commander": "2.9.0",
"cssom": "0.3.0",
"slick": "1.12.2",
"web-resource-inliner": "1.2.0"
"web-resource-inliner": "1.2.1"
},
"devDependencies": {
"should": "4.0.4",
Expand Down

3 comments on commit 4136378

@parshap
Copy link
Contributor

@parshap parshap commented on 4136378 Nov 3, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a v1.7.0 git tag is missing from GitHub fyi.

@jrit
Copy link
Collaborator Author

@jrit jrit commented on 4136378 Nov 3, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I mis-tagged it, should be fixed

@parshap
Copy link
Contributor

@parshap parshap commented on 4136378 Nov 3, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah I see the tags without the v prefix now :D.

Please sign in to comment.