Skip to content

Commit 76b73a8

Browse files
author
Raymond Feng
committed
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)
1 parent 34eb0e1 commit 76b73a8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2015-07-28, Version 2.19.1
2+
==========================
3+
4+
* Disable application model test for karma (Raymond Feng)
5+
6+
* Fix jsdocs for methods with where argument (Raymond Feng)
7+
8+
* Add link to createChangeStream docs (Ritchie Martori)
9+
10+
111
2015-07-09, Version 2.19.0
212
==========================
313

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback",
3-
"version": "2.19.0",
3+
"version": "2.19.1",
44
"description": "LoopBack: Open Source Framework for Node.js",
55
"homepage": "http://loopback.io",
66
"keywords": [
@@ -106,6 +106,6 @@
106106
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
107107
},
108108
"optionalDependencies": {
109-
"sl-blip": "http://blip.strongloop.com/[email protected].0"
109+
"sl-blip": "http://blip.strongloop.com/[email protected].1"
110110
}
111111
}

0 commit comments

Comments
 (0)