Skip to content

Commit b9493cd

Browse files
author
Miroslav Bajtoš
committed
2.17.2
* Fix regression in Model.getApp() (Miroslav Bajtoš)
1 parent ff5f507 commit b9493cd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2015-04-28, Version 2.17.2
2+
==========================
3+
4+
* Fix regression in Model.getApp() (Miroslav Bajtoš)
5+
6+
17
2015-04-28, Version 2.17.1
28
==========================
39

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.17.1",
3+
"version": "2.17.2",
44
"description": "LoopBack: Open Source Framework for Node.js",
55
"homepage": "http://loopback.io",
66
"keywords": [
@@ -105,6 +105,6 @@
105105
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
106106
},
107107
"optionalDependencies": {
108-
"sl-blip": "http://blip.strongloop.com/loopback@2.17.1"
108+
"sl-blip": "http://blip.strongloop.com/loopback@2.17.2"
109109
}
110110
}

0 commit comments

Comments
 (0)