This commit is contained in:
Raymond Feng 2015-02-03 11:14:39 -08:00
parent 045f601852
commit 8e8b620930
2 changed files with 14 additions and 15 deletions

View File

@ -1,3 +1,9 @@
2015-02-03, Version 2.12.1
==========================
* Map not found to 404 for hasOne (Raymond Feng)
2015-02-03, Version 2.12.0
==========================
@ -1372,14 +1378,6 @@
* 2.0.0-beta1 (Ritchie Martori)
* Bump version (Raymond Feng)
* Add postgresql to the keywords (Raymond Feng)
* updated package.json with SOAP and framework keywords (altsang)
* updated package.json with keywords and updated description (Raymond Feng)
* Make app.datasources unique per app instance (Miroslav Bajtoš)
* Add RC version (Ritchie Martori)
@ -1445,11 +1443,6 @@
* Add Change model (Ritchie Martori)
2014-05-27, Version 1.8.4
=========================
2014-05-27, Version 1.8.5
=========================
@ -1461,8 +1454,14 @@
* updated package.json with keywords and updated description (Raymond Feng)
2014-05-27, Version 1.8.4
=========================
* Add more keywords (Raymond Feng)
* Bump version (Raymond Feng)
* app: flatten model config (Miroslav Bajtoš)
* Fix the test for mocha 1.19.0 (Raymond Feng)

View File

@ -1,6 +1,6 @@
{
"name": "loopback",
"version": "2.12.0",
"version": "2.12.1",
"description": "LoopBack: Open Source Framework for Node.js",
"homepage": "http://loopback.io",
"keywords": [
@ -102,6 +102,6 @@
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
},
"optionalDependencies": {
"sl-blip": "http://blip.strongloop.com/loopback@2.12.0"
"sl-blip": "http://blip.strongloop.com/loopback@2.12.1"
}
}