Skip to content

Commit c171edf

Browse files
committed
version 3.2.0
1 parent c3b3c6b commit c171edf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Lead Maintainer: [Adam Bretz](https://github.com/arb)
3232
- [`Boom.rangeNotSatisfiable([message], [data])`](#boomrangenotsatisfiablemessage-data)
3333
- [`Boom.expectationFailed([message], [data])`](#boomexpectationfailedmessage-data)
3434
- [`Boom.badData([message], [data])`](#boombaddatamessage-data)
35+
- [`Boom.locked([message], [data])`](#boomlockedmessage-data)
3536
- [`Boom.preconditionRequired([message], [data])`](#boompreconditionrequiredmessage-data)
3637
- [`Boom.tooManyRequests([message], [data])`](#boomtoomanyrequestsmessage-data)
3738
- [`Boom.illegal([message], [data])`](#boomillegalmessage-data)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "boom",
33
"description": "HTTP-friendly error objects",
4-
"version": "3.1.3",
4+
"version": "3.2.0",
55
"repository": "git://github.com/hapijs/boom",
66
"main": "lib/index.js",
77
"keywords": [

0 commit comments

Comments
 (0)