Skip to content

Commit

Permalink
chore: release 2.0.1 (#71)
Browse files Browse the repository at this point in the history
* chore: release 2.0.1

* chore(ci): support  node 12 and 14
  • Loading branch information
yoshinorin committed May 13, 2020
1 parent 68e96c7 commit 8cdeb6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,8 @@ cache:
node_js:
- "8"
- "10"
- "node"
- "12"
- "14"

script:
- npm run eslint
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "hexo-fs",
"version": "2.0.0",
"version": "2.0.1",
"description": "File system module for Hexo.",
"main": "lib/fs.js",
"scripts": {
Expand Down

0 comments on commit 8cdeb6d

Please sign in to comment.