2.17.1
* Allow dataSource === false (Raymond Feng) * Fix remoting metadata for User.login#include (Miroslav Bajtoš)
This commit is contained in:
parent
da50d6ffb0
commit
f93590de1b
|
@ -1,3 +1,11 @@
|
|||
2015-04-28, Version 2.17.1
|
||||
==========================
|
||||
|
||||
* Allow dataSource === false (Raymond Feng)
|
||||
|
||||
* Fix remoting metadata for User.login#include (Miroslav Bajtoš)
|
||||
|
||||
|
||||
2015-04-21, Version 2.17.0
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback",
|
||||
"version": "2.17.0",
|
||||
"version": "2.17.1",
|
||||
"description": "LoopBack: Open Source Framework for Node.js",
|
||||
"homepage": "http://loopback.io",
|
||||
"keywords": [
|
||||
|
@ -105,6 +105,6 @@
|
|||
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"sl-blip": "http://blip.strongloop.com/loopback@2.17.0"
|
||||
"sl-blip": "http://blip.strongloop.com/loopback@2.17.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue