* 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)
This commit is contained in:
Diana Lau 2019-03-28 09:33:56 -04:00
parent 4eaec69fce
commit d8b7ebcd14
2 changed files with 14 additions and 2 deletions

View File

@ -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)

View File

@ -4,7 +4,7 @@
"engines": {
"node": ">=6"
},
"version": "3.5.0",
"version": "3.6.0",
"main": "index.js",
"scripts": {
"lint": "eslint .",