* 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:
Raymond Feng 2015-06-08 15:31:38 -07:00
parent ab1ed48674
commit db1b449aff
2 changed files with 14 additions and 2 deletions

View File

@ -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
=========================

View File

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