Skip to content

Commit

Permalink
BREAKING CHANGE: drop Node.js 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed Oct 13, 2020
1 parent b07563f commit 938c1c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,9 +1,9 @@
language: node_js

node_js:
- "14"
- "12"
- "10"
- "8"

after_success:
- npm run coveralls
5 changes: 3 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,8 +2,9 @@
Date format is DD/MM/YYYY

## 5.0.0 (13/10/2020)
* Update to use Joi v17.x
* Change from using peerDependency of "@hapi/joi" to "joi"
* Drop Node.js 8 support.
* Update to use Joi v17.x.
* Change from using peerDependency of "@hapi/joi" to "joi".

## 4.0.3 (18/11/2019)
* Fix TypeScript example in the README.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"joi": "17"
},
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},
"directories": {
"example": "example"
Expand Down

0 comments on commit 938c1c4

Please sign in to comment.