Skip to content

Commit 60fe0b5

Browse files
authored
Merge pull request #153 from curbengh/v3.0.0
release: 3.0.0
2 parents 5819c7f + ac88178 commit 60fe0b5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ cache:
66
node_js:
77
- "10"
88
- "12"
9-
- "13"
109
- "14"
1110

1211
script:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hexo-generator-feed",
3-
"version": "2.2.0",
3+
"version": "3.0.0",
44
"description": "Feed generator plugin for Hexo",
55
"main": "index",
66
"scripts": {
@@ -47,6 +47,6 @@
4747
"nyc": "^15.1.0"
4848
},
4949
"engines": {
50-
"node": ">=8.10.0"
50+
"node": ">=10.13.0"
5151
}
5252
}

0 commit comments

Comments
 (0)