From 0dc9144ed4946b405763283554f2c8d25f5ce889 Mon Sep 17 00:00:00 2001 From: Washington Botelho Date: Tue, 11 Aug 2020 22:41:58 -0300 Subject: [PATCH] v0.1.0 --- changelog.md | 4 ++++ lib/active_storage_preview.js | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 5f9990c..e0f9942 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +### v0.1.0 + +- Single upload now accepts empty target; + ### v0.0.1 - Direct Upload; diff --git a/lib/active_storage_preview.js b/lib/active_storage_preview.js index d059e2a..79d5374 100755 --- a/lib/active_storage_preview.js +++ b/lib/active_storage_preview.js @@ -5,7 +5,7 @@ * * @author: Washington Botelho * @doc: https://github.com/wbotelhos/active_storage_preview - * @version: 0.0.1 + * @version: 0.1.0 * */ diff --git a/package.json b/package.json index 0717880..969dc5d 100644 --- a/package.json +++ b/package.json @@ -42,5 +42,5 @@ "scripts": { "test": "node_modules/karma/bin/karma start karma.conf.js" }, - "version": "0.0.1" + "version": "0.1.0" }