2.19.1
* Disable application model test for karma (Raymond Feng) * Fix jsdocs for methods with where argument (Raymond Feng) * Add link to createChangeStream docs (Ritchie Martori)
This commit is contained in:
parent
34eb0e1a45
commit
76b73a80ed
10
CHANGES.md
10
CHANGES.md
|
@ -1,3 +1,13 @@
|
||||||
|
2015-07-28, Version 2.19.1
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* Disable application model test for karma (Raymond Feng)
|
||||||
|
|
||||||
|
* Fix jsdocs for methods with where argument (Raymond Feng)
|
||||||
|
|
||||||
|
* Add link to createChangeStream docs (Ritchie Martori)
|
||||||
|
|
||||||
|
|
||||||
2015-07-09, Version 2.19.0
|
2015-07-09, Version 2.19.0
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback",
|
"name": "loopback",
|
||||||
"version": "2.19.0",
|
"version": "2.19.1",
|
||||||
"description": "LoopBack: Open Source Framework for Node.js",
|
"description": "LoopBack: Open Source Framework for Node.js",
|
||||||
"homepage": "http://loopback.io",
|
"homepage": "http://loopback.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -106,6 +106,6 @@
|
||||||
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
|
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"sl-blip": "http://blip.strongloop.com/loopback@2.19.0"
|
"sl-blip": "http://blip.strongloop.com/loopback@2.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue