diff --git a/.travis.yml b/.travis.yml index d0eb0b1..731f328 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ -script: npm run test-ci -language: node_js -node_js: - - "10" - - "12" +script: npm run test-ci +language: node_js +node_js: + - "12" diff --git a/API.md b/API.md index e5d303b..852f7a3 100644 --- a/API.md +++ b/API.md @@ -1,5 +1,5 @@ -API Documentation - `v5.0.0` +API Documentation - `v5.0.1` --- diff --git a/README.md b/README.md index 7b96078..7527ef1 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Relish Version | Hapi Version | Joi Version 5.x | >= 20.x | >= 17.x ## API Documentation -See the [API Documentation](https://github.com/gentleman-turk/relish/blob/v5.0.0/API.md) for reference. +See the [API Documentation](https://github.com/gentleman-turk/relish/blob/v5.0.1/API.md) for reference. [logo]:images/relish.png diff --git a/package.json b/package.json index 6ada55c..5d1fa32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@condiments/relish", - "version": "5.0.0", + "version": "5.0.1", "description": "Better error messages for Hapi.js Joi validation. This is branched from dialexa/relish since that appears abandoned.", "main": "index.js", "scripts": {