Skip to content

Commit

Permalink
Merge pull request #153 from curbengh/v3.0.0
Browse files Browse the repository at this point in the history
release: 3.0.0
  • Loading branch information
curbengh committed Aug 9, 2020
2 parents 5819c7f + ac88178 commit 60fe0b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ cache:
node_js:
- "10"
- "12"
- "13"
- "14"

script:
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": "hexo-generator-feed",
"version": "2.2.0",
"version": "3.0.0",
"description": "Feed generator plugin for Hexo",
"main": "index",
"scripts": {
Expand Down Expand Up @@ -47,6 +47,6 @@
"nyc": "^15.1.0"
},
"engines": {
"node": ">=8.10.0"
"node": ">=10.13.0"
}
}

0 comments on commit 60fe0b5

Please sign in to comment.