1.5.0
* Add var (Raymond Feng) * Fix for issues - #58, #23 & #67 (ningsuhen) * use middleware.json (Hage Yaapa) * Fix documentation link (Samuel Mehrbrodt)
This commit is contained in:
parent
ab1ed48674
commit
db1b449aff
12
CHANGES.md
12
CHANGES.md
|
@ -1,3 +1,15 @@
|
||||||
|
2015-06-08, Version 1.5.0
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Add var (Raymond Feng)
|
||||||
|
|
||||||
|
* Fix for issues - #58, #23 & #67 (ningsuhen)
|
||||||
|
|
||||||
|
* use middleware.json (Hage Yaapa)
|
||||||
|
|
||||||
|
* Fix documentation link (Samuel Mehrbrodt)
|
||||||
|
|
||||||
|
|
||||||
2015-04-21, Version 1.4.0
|
2015-04-21, Version 1.4.0
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-component-storage",
|
"name": "loopback-component-storage",
|
||||||
"description": "Loopback Storage Service",
|
"description": "Loopback Storage Service",
|
||||||
"version": "1.4.0",
|
"version": "1.5.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
|
"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"
|
"url": "https://github.com/strongloop/loopback-strorage-service/blob/master/LICENSE"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.4.0"
|
"sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue