From b540651658f3d1b3451f33c16f6e10dae8496ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Fri, 12 Dec 2014 13:56:52 +0100 Subject: [PATCH] v1.6.2 --- CHANGES.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4e8b4cb..2e4644d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2014-12-12, Version 1.6.2 +========================= + + * Move 200 response to `type` on the operation object. See #75. (Samuel Reed) + + 2014-12-08, Version 1.6.1 ========================= diff --git a/package.json b/package.json index fce503e..c46b6d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-explorer", - "version": "1.6.1", + "version": "1.6.2", "description": "Browse and test your LoopBack app's APIs", "main": "index.js", "scripts": {