From d8b7ebcd14647a135733f7e64b4aa04bd479847c Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Thu, 28 Mar 2019 09:33:56 -0400 Subject: [PATCH] 3.6.0 * Pass through AWS/S3 specific options (Alex Owen) * add support to promise (Matteo Padovano) * style: fix linting (virkt25) * {download,upload}Stream: removed callback from doc (Youcef Mammar) --- CHANGES.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ab9ecf3..89e8141 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,16 @@ -2018-07-10, Version 3.5.0 +2019-03-28, Version 3.6.0 +========================= + + * Pass through AWS/S3 specific options (Alex Owen) + + * add support to promise (Matteo Padovano) + + * style: fix linting (virkt25) + + * {download,upload}Stream: removed callback from doc (Youcef Mammar) + + +2018-07-09, Version 3.5.0 ========================= * [WebFM] cs/pl/ru translation (candytangnb) diff --git a/package.json b/package.json index f320949..7b27d27 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "engines": { "node": ">=6" }, - "version": "3.5.0", + "version": "3.6.0", "main": "index.js", "scripts": { "lint": "eslint .",