This commit is contained in:
Raymond Feng 2015-01-30 11:35:32 -08:00
parent c34f0f6dfd
commit 6c078ba15e
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2015-01-30, Version 1.2.0
=========================
* Fix deprecation (Raymond Feng)
* Adding key renaming support on Service.upload and Handler.upload (Benjamin Boudreau)
2015-01-16, Version 1.1.0
=========================

View File

@ -1,7 +1,7 @@
{
"name": "loopback-component-storage",
"description": "Loopback Storage Service",
"version": "1.1.0",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
@ -27,6 +27,6 @@
"url": "https://github.com/strongloop/loopback-strorage-service/blob/master/LICENSE"
},
"optionalDependencies": {
"sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.1.0"
"sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.2.0"
}
}