Skip to content

Commit

Permalink
Bump version to v1.1.1 (#19)
Browse files Browse the repository at this point in the history
- bump minimum node engine version to 10.23.0
- update doc links
  • Loading branch information
sh3raawii authored Dec 17, 2020
1 parent 0d8b9f3 commit 3cd8074
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/latest
1 change: 1 addition & 0 deletions docs/v1.1.1/API.md
1 change: 1 addition & 0 deletions docs/v1.1.1/README.md
4 changes: 4 additions & 0 deletions docs/v1.1.1/_sidebar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!-- docs/_sidebar.md -->

- [Quick start](/v1.1.1/)
- [API documentation](/v1.1.1/API)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha-decaf",
"version": "1.1.0",
"version": "1.1.1",
"description": "Run Mocha tests in dry run mode",
"keywords": [
"mocha",
Expand Down Expand Up @@ -47,7 +47,7 @@
"test-all-versions": "^5.0.1"
},
"engines": {
"node": ">=8.9.0"
"node": ">=10.23.0"
},
"standard": {
"env": {
Expand Down

0 comments on commit 3cd8074

Please sign in to comment.