2.26.2
* Fix bulkUpdate to not trigger rectifyAll (Amir Jafarian)
This commit is contained in:
parent
8aa5c70720
commit
122c1186ba
|
@ -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
|
||||
==========================
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue