Skip to content

Commit d2af62a

Browse files
committedNov 3, 2017
5.1.1
1 parent 85fcb25 commit d2af62a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎API.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- version -->
2-
# 5.0.0 API Reference
2+
# 5.1.1 API Reference
33
<!-- versionstop -->
44

55
<!-- toc -->
@@ -44,7 +44,7 @@
4444
- [`match(regex)`](#matchregex)
4545
- [`satisfy(validator)`](#satisfyvalidator)
4646
- [`throw([type], [message])`](#throwtype-message)
47-
- [`await reject([type], [message])`](#away-rejecttype-message)
47+
- [`await reject([type], [message])`](#await-rejecttype-message)
4848
- [`fail(message)`](#failmessage)
4949
- [`count()`](#count)
5050
- [`incomplete()`](#incomplete)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code",
33
"description": "assertion library",
4-
"version": "5.1.0",
4+
"version": "5.1.1",
55
"repository": "git://github.com/hapijs/code",
66
"main": "lib/index.js",
77
"keywords": [

0 commit comments

Comments
 (0)
Please sign in to comment.