* Capture writer error (Raymond Feng)

 * Bugfix: Cannot read property 'forEach' of undefined (Oleksii Strutsynskyi)
This commit is contained in:
Raymond Feng 2015-07-31 12:06:35 -07:00
parent e8c76eef93
commit 2b0d9f6938
2 changed files with 10 additions and 2 deletions

View File

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

View File

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