Skip to content

Commit 10b62d1

Browse files
committed
Release 3.0.1
1 parent 36aded0 commit 10b62d1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 3.0.1
4+
5+
* [[d13324a](../../commit/d13324a)] Change error message to look more like it did before
6+
* [[5e9d872](../../commit/5e9d872)] Fix error output
7+
38
## 3.0.0
49

510
* [[cedb299](../../commit/cedb299)] Add hapi 17 support, require node 8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aptoma/hapi-json-api",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Hapi plugin for formatting output/errors according to the JSON API specification",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)