We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36aded0 commit 10b62d1Copy full SHA for 10b62d1
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
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
8
## 3.0.0
9
10
* [[cedb299](../../commit/cedb299)] Add hapi 17 support, require node 8
package.json
@@ -1,6 +1,6 @@
{
"name": "@aptoma/hapi-json-api",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Hapi plugin for formatting output/errors according to the JSON API specification",
"main": "index.js",
"scripts": {
0 commit comments