From a483e1874637f22504aeae16de1a82828ab4fd8b Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Sun, 11 Nov 2018 15:07:11 +0100 Subject: [PATCH] 14.0.5 --- API.md | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/API.md b/API.md index 172ec944b..157ceae7b 100644 --- a/API.md +++ b/API.md @@ -1,5 +1,5 @@ -# 14.0.3 API Reference +# 14.0.5 API Reference diff --git a/README.md b/README.md index 132e54eae..d0912f412 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Imagine you run facebook and you want visitors to sign up on the website with re This is joi, joi allows you to create *blueprints* or *schemas* for JavaScript objects (an object that stores information) to ensure *validation* of key information. # API -See the detailed [API Reference](https://github.com/hapijs/joi/blob/v14.0.4/API.md). +See the detailed [API Reference](https://github.com/hapijs/joi/blob/v14.0.5/API.md). # Example diff --git a/package.json b/package.json index 21b60f11c..62619639a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "joi", "description": "Object schema validation", - "version": "14.0.4", + "version": "14.0.5", "homepage": "https://github.com/hapijs/joi", "repository": "git://github.com/hapijs/joi", "main": "lib/index.js",