Skip to content

Commit b81d24f

Browse files
committed
Release 4.2.0
1 parent 6ade098 commit b81d24f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 4.2.0
2+
3+
* use new AWS SDK API to avoid PassThrough stream workaround
4+
* update aws-sdk to 2.0.17
5+
16
### 4.1.1
27

38
* `uploadFile` and `uploadDir` now have optional argument `defaultContentType`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "s3",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"description": "high level amazon s3 client. upload and download files and directories",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)