From 4e4a8f44be01e4bc1c30019303997e61491141d4 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Tue, 10 Feb 2015 08:28:11 -0800 Subject: [PATCH] 1.3.0 * Adding support for ACL, Content-Type, Max File Size and allowd Content-Types (Benjamin Boudreau) --- CHANGES.md | 6 ++++++ package.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9b65eb4..2b47b07 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2015-02-10, Version 1.3.0 +========================= + + * Adding support for ACL, Content-Type, Max File Size and allowd Content-Types (Benjamin Boudreau) + + 2015-01-30, Version 1.2.0 ========================= diff --git a/package.json b/package.json index f81c1a6..5d09be9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "loopback-component-storage", "description": "Loopback Storage Service", - "version": "1.2.0", + "version": "1.3.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.2.0" + "sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.3.0" } }