Skip to content

Commit

Permalink
5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Nov 3, 2017
1 parent 85fcb25 commit d2af62a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions API.md
@@ -1,5 +1,5 @@
<!-- version -->
# 5.0.0 API Reference
# 5.1.1 API Reference
<!-- versionstop -->

<!-- toc -->
Expand Down Expand Up @@ -44,7 +44,7 @@
- [`match(regex)`](#matchregex)
- [`satisfy(validator)`](#satisfyvalidator)
- [`throw([type], [message])`](#throwtype-message)
- [`await reject([type], [message])`](#away-rejecttype-message)
- [`await reject([type], [message])`](#await-rejecttype-message)
- [`fail(message)`](#failmessage)
- [`count()`](#count)
- [`incomplete()`](#incomplete)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "code",
"description": "assertion library",
"version": "5.1.0",
"version": "5.1.1",
"repository": "git://github.com/hapijs/code",
"main": "lib/index.js",
"keywords": [
Expand Down

0 comments on commit d2af62a

Please sign in to comment.