Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Sep 16, 2014
1 parent 6ade098 commit b81d24f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 4.2.0

* use new AWS SDK API to avoid PassThrough stream workaround
* update aws-sdk to 2.0.17

### 4.1.1

* `uploadFile` and `uploadDir` now have optional argument `defaultContentType`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s3",
"version": "4.1.1",
"version": "4.2.0",
"description": "high level amazon s3 client. upload and download files and directories",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit b81d24f

Please sign in to comment.