Merge tag 'v1.1.0'

1.1.0

 * Upgrade deps (Raymond Feng)

 * Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)

 * #4: Return a 404 if file doesn't exist (Timo Saikkonen)
This commit is contained in:
Raymond Feng 2015-01-16 10:58:43 -08:00
commit 3e17a880f0
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
2015-01-16, Version 1.1.0
=========================
* Upgrade deps (Raymond Feng)
* Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)
* #4: Return a 404 if file doesn't exist (Timo Saikkonen)
2014-11-27, Version 1.0.6
=========================

View File

@ -1,7 +1,7 @@
{
"name": "loopback-component-storage",
"description": "Loopback Storage Service",
"version": "1.0.6",
"version": "1.1.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.0.6"
"sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.1.0"
}
}