From 87b5f1da0006eff370752ec08f708f5b20bd383d Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Mon, 22 Oct 2018 22:28:16 +0200 Subject: [PATCH] 14.0.1 --- 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 d3ebac396..38a5e8986 100644 --- a/API.md +++ b/API.md @@ -1,5 +1,5 @@ -# 14.0.0 API Reference +# 14.0.1 API Reference diff --git a/README.md b/README.md index 9668c9b51..85d48884b 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.0/API.md). +See the detailed [API Reference](https://github.com/hapijs/joi/blob/v14.0.1/API.md). # Example diff --git a/package.json b/package.json index 8ef86cb55..5156a9527 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "joi", "description": "Object schema validation", - "version": "14.0.0", + "version": "14.0.1", "homepage": "https://github.com/hapijs/joi", "repository": "git://github.com/hapijs/joi", "main": "lib/index.js",