Skip to content

Commit

Permalink
rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Jun 18, 2019
1 parent ba7ca31 commit 8ca140d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8ca140d

Please sign in to comment.