Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrit committed Jul 9, 2020
1 parent 5d89c6e commit a628051
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 7.0.0 / 2019-11-27

* Breaking: requires node 10+
* Please see changes in web-resource-inliner@6 for other details

# 6.0.0 / 2019-11-27

* Drop support for Node.js 4
Expand Down
14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juice",
"version": "6.0.0",
"version": "7.0.0",
"description": "Inlines css into html source",
"bin": "bin/juice",
"main": "index.js",
Expand All @@ -21,15 +21,9 @@
},
"license": "MIT",
"contributors": [
{
"name": "Guillermo Rauch"
},
{
"name": "Andrew Kelley"
},
{
"name": "Jarrett Widman"
}
{ "name": "Guillermo Rauch" },
{ "name": "Andrew Kelley" },
{ "name": "Jarrett Widman" }
],
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit a628051

Please sign in to comment.