* Fix bulkUpdate to not trigger rectifyAll (Amir Jafarian)
This commit is contained in:
Miroslav Bajtoš 2015-12-22 10:57:56 +01:00
parent 8aa5c70720
commit 122c1186ba
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2015-12-22, Version 2.26.2
==========================
* Fix bulkUpdate to not trigger rectifyAll (Amir Jafarian)
2015-12-17, Version 2.26.1
==========================

View File

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