Merge tag 'v1.6.2'

1.6.2

 * Move 200 response to `type` on the operation object. See #75. (Samuel Reed)
This commit is contained in:
Miroslav Bajtoš 2014-12-12 13:56:55 +01:00
commit f8c5d14281
2 changed files with 7 additions and 1 deletions

View File

@ -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
=========================

View File

@ -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": {