1.5.1
* Capture writer error (Raymond Feng) * Bugfix: Cannot read property 'forEach' of undefined (Oleksii Strutsynskyi)
This commit is contained in:
parent
e8c76eef93
commit
2b0d9f6938
|
@ -1,3 +1,11 @@
|
||||||
|
2015-07-31, Version 1.5.1
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Capture writer error (Raymond Feng)
|
||||||
|
|
||||||
|
* Bugfix: Cannot read property 'forEach' of undefined (Oleksii Strutsynskyi)
|
||||||
|
|
||||||
|
|
||||||
2015-06-08, Version 1.5.0
|
2015-06-08, Version 1.5.0
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-component-storage",
|
"name": "loopback-component-storage",
|
||||||
"description": "Loopback Storage Service",
|
"description": "Loopback Storage Service",
|
||||||
"version": "1.5.0",
|
"version": "1.5.1",
|
||||||
"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.5.0"
|
"sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.5.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue