* Fix typo in description of persistedModel.updateAttributes() (Richard Pringle)
This commit is contained in:
Raymond Feng 2015-11-13 15:34:44 -08:00
parent ab13226335
commit bfd5059d11
2 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,10 @@
2015-11-10, Version 2.24.0
2015-11-13, Version 2.25.0
==========================
* Fix typo in description of persistedModel.updateAttributes() (Richard Pringle)
2015-11-09, Version 2.24.0
==========================
* Fix cookie-parser error (Simon Ho)

View File

@ -1,6 +1,6 @@
{
"name": "loopback",
"version": "2.24.0",
"version": "2.25.0",
"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.24.0"
"sl-blip": "http://blip.strongloop.com/loopback@2.25.0"
}
}