Skip to content

Commit 15f2dbc

Browse files
committed
10.0.6
1 parent b14693f commit 15f2dbc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- version -->
2-
# 10.0.5 API Reference
2+
# 10.0.6 API Reference
33
<!-- versionstop -->
44

55
<img src="https://raw.github.com/hapijs/joi/master/images/validation.png" align="right" />

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ When validating a schema:
102102
* Rules are defined in an additive fashion and evaluated in order after whitelist and blacklist checks.
103103

104104
# API
105-
See the [API Reference](https://github.com/hapijs/joi/blob/v10.0.5/API.md).
105+
See the [API Reference](https://github.com/hapijs/joi/blob/v10.0.6/API.md).
106106

107107
# Browsers
108108

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "joi",
33
"description": "Object schema validation",
4-
"version": "10.0.5",
4+
"version": "10.0.6",
55
"homepage": "https://github.com/hapijs/joi",
66
"repository": "git://github.com/hapijs/joi",
77
"main": "lib/index.js",

0 commit comments

Comments
 (0)