Skip to content

Commit 063e3c7

Browse files
author
Miroslav Bajtoš
committed
2.22.1
* Fix perf of rectification after updateAttributes (Miroslav Bajtoš) * Update persisted-model.js (Rand McKinney) * Stop NPM license warning (Simon Ho)
1 parent c87bf9a commit 063e3c7

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-09-18, Version 2.22.1
2+
==========================
3+
4+
* Fix perf of rectification after updateAttributes (Miroslav Bajtoš)
5+
6+
* Update persisted-model.js (Rand McKinney)
7+
8+
* Stop NPM license warning (Simon Ho)
9+
10+
111
2015-09-03, Version 2.22.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.22.0",
3+
"version": "2.22.1",
44
"description": "LoopBack: Open Source Framework for Node.js",
55
"homepage": "http://loopback.io",
66
"keywords": [
@@ -104,6 +104,6 @@
104104
},
105105
"license": "SEE LICENSE IN LICENSE",
106106
"optionalDependencies": {
107-
"sl-blip": "http://blip.strongloop.com/[email protected].0"
107+
"sl-blip": "http://blip.strongloop.com/[email protected].1"
108108
}
109109
}

0 commit comments

Comments
 (0)