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:
commit
3e17a880f0
10
CHANGES.md
10
CHANGES.md
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue