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)
This commit is contained in:
parent
4eaec69fce
commit
d8b7ebcd14
14
CHANGES.md
14
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)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"version": "3.5.0",
|
||||
"version": "3.6.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
|
|
Loading…
Reference in New Issue