From 8ca140da68eca746a48e677e4931d81334bb7e2a Mon Sep 17 00:00:00 2001 From: Eran Hammer Date: Tue, 18 Jun 2019 15:40:15 -0700 Subject: [PATCH] rc2 --- API.md | 1 + README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index fc7be0579..8a221758c 100755 --- a/API.md +++ b/API.md @@ -65,6 +65,7 @@ - [`array.min(limit)`](#arrayminlimit) - [`array.ordered(...type)`](#arrayorderedtype) - [`array.single([enabled])`](#arraysingleenabled) + - [`array.sort([options])`](#arraysortoptions) - [`array.sparse([enabled])`](#arraysparseenabled) - [`array.unique([comparator, [options]])`](#arrayuniquecomparator-options) - [`boolean` - inherits from `Any`](#boolean---inherits-from-any) diff --git a/README.md b/README.md index 11a1c1b44..ea8234b7f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This is joi, joi allows you to create *blueprints* or *schemas* for JavaScript o ``` ## API -See the detailed [API Reference](https://github.com/hapijs/joi/blob/v16.0.0-rc1/API.md). +See the detailed [API Reference](https://github.com/hapijs/joi/blob/v16.0.0-rc2/API.md). ## Example diff --git a/package.json b/package.json index a5c802098..599536078 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hapi/joi", "description": "Object schema validation", - "version": "16.0.0-rc1", + "version": "16.0.0-rc2", "homepage": "https://github.com/hapijs/joi", "repository": "git://github.com/hapijs/joi", "main": "lib/index.js",