* Fix perf of rectification after updateAttributes (Miroslav Bajtoš)
 * Update persisted-model.js (Rand McKinney)
 * Stop NPM license warning (Simon Ho)
This commit is contained in:
Miroslav Bajtoš 2015-09-18 17:07:32 +02:00
parent c87bf9a1da
commit 063e3c72ea
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
2015-09-18, Version 2.22.1
==========================
* Fix perf of rectification after updateAttributes (Miroslav Bajtoš)
* Update persisted-model.js (Rand McKinney)
* Stop NPM license warning (Simon Ho)
2015-09-03, Version 2.22.0
==========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback",
"version": "2.22.0",
"version": "2.22.1",
"description": "LoopBack: Open Source Framework for Node.js",
"homepage": "http://loopback.io",
"keywords": [
@ -104,6 +104,6 @@
},
"license": "SEE LICENSE IN LICENSE",
"optionalDependencies": {
"sl-blip": "http://blip.strongloop.com/loopback@2.22.0"
"sl-blip": "http://blip.strongloop.com/loopback@2.22.1"
}
}