From 2559ba43237fac137b24b3a24ed0c9cea6f5dc38 Mon Sep 17 00:00:00 2001 From: theninj4 Date: Mon, 16 May 2016 10:56:17 +0100 Subject: [PATCH] v1.6.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7215716d..c09cc212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +- 2016-05-16 - v1.6.0 +- 2016-05-16 - Enable authentication errors +- 2016-05-16 - Avoid the HTTP stack for inclusions +- 2016-05-16 - Fix crash when opt-ing out of resource operations - 2016-05-05 - v1.5.0 - 2016-05-05 - Allow overriding debug output functions - 2016-04-27 - Static code analysis with Flow and JSCPD diff --git a/package.json b/package.json index cf6d204b..68cb7ee8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonapi-server", - "version": "1.5.0", + "version": "1.6.0", "description": "A config driven NodeJS framework implementing json:api", "keywords": [ "jsonapi",