* 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:
Raymond Feng 2015-07-28 08:40:46 -07:00
parent 34eb0e1a45
commit 76b73a80ed
2 changed files with 12 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "loopback",
"version": "2.19.0",
"version": "2.19.1",
"description": "LoopBack: Open Source Framework for Node.js",
"homepage": "http://loopback.io",
"keywords": [
@ -106,6 +106,6 @@
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
},
"optionalDependencies": {
"sl-blip": "http://blip.strongloop.com/loopback@2.19.0"
"sl-blip": "http://blip.strongloop.com/loopback@2.19.1"
}
}