From 91d5d6cd7f2f16a49acf02b7bc12c676614be8b3 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Tue, 21 Apr 2015 13:03:29 -0700 Subject: [PATCH] 1.4.0 * Fix the tests (Raymond Feng) * this.options is undefined, should use options (Yazhong Liu) * Expose file size on success callback (Leandro) --- CHANGES.md | 10 ++++++++++ package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 882f532..b589e8e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +2015-04-21, Version 1.4.0 +========================= + + * Fix the tests (Raymond Feng) + + * this.options is undefined, should use options (Yazhong Liu) + + * Expose file size on success callback (Leandro) + + 2015-03-02, Version 1.3.1 ========================= diff --git a/package.json b/package.json index 3a4f399..8ae50ed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "loopback-component-storage", "description": "Loopback Storage Service", - "version": "1.3.1", + "version": "1.4.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.3.1" + "sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.4.0" } }