1.3.0
* Adding support for ACL, Content-Type, Max File Size and allowd Content-Types (Benjamin Boudreau)
This commit is contained in:
parent
468b246631
commit
4e4a8f44be
|
@ -1,3 +1,9 @@
|
|||
2015-02-10, Version 1.3.0
|
||||
=========================
|
||||
|
||||
* Adding support for ACL, Content-Type, Max File Size and allowd Content-Types (Benjamin Boudreau)
|
||||
|
||||
|
||||
2015-01-30, Version 1.2.0
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "loopback-component-storage",
|
||||
"description": "Loopback Storage Service",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.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.2.0"
|
||||
"sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.3.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue