From bddb69e3fc85e408295b50d6a87ddf132e44d238 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Mon, 2 Mar 2015 08:39:39 -0800 Subject: [PATCH] 1.3.1 * Adding error handler on upload stream (Benjamin Boudreau) * removed callback from downloadStream method (Jury D'Ambros) * is not necessary to pass cb to pkgcloud (Jury D'Ambros) --- CHANGES.md | 10 ++++++++++ package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2b47b07..882f532 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +2015-03-02, Version 1.3.1 +========================= + + * Adding error handler on upload stream (Benjamin Boudreau) + + * removed callback from downloadStream method (Jury D'Ambros) + + * is not necessary to pass cb to pkgcloud (Jury D'Ambros) + + 2015-02-10, Version 1.3.0 ========================= diff --git a/package.json b/package.json index 5d09be9..3a4f399 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "loopback-component-storage", "description": "Loopback Storage Service", - "version": "1.3.0", + "version": "1.3.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.3.0" + "sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.3.1" } }