Skip to content

Commit

Permalink
Upgrading aws-sdk dependency to fix #11
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanpeck committed Aug 31, 2014
1 parent 7f04cc5 commit 094086c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Changelog
=========

#### 0.6.2 (2014-08-31)

Upgrading the AWS SDK dependency to the latest version. Fixes issue #11

#### 0.6.1 (2014-08-22)

* The internal event emitter wasn't set up properly, causing errors about the upload stream object no having the .emit and/or .once methods. This bug impacted versions 0.5.0 and 0.6.0. Fixes issue #10.
* The internal event emitter wasn't set up properly, causing errors about the upload stream object not having the .emit and/or .once methods. This bug impacted versions 0.5.0 and 0.6.0. Fixes issue #10.

#### 0.6.0 (2014-08-15)

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ A pipeable write stream which uploads to Amazon S3 using the multipart file uplo

### Changelog

#### 0.6.2 (2014-08-31)

Upgrading the AWS SDK dependency to the latest version. Fixes issue #11

#### 0.6.1 (2014-08-15)

Fix for an issue with the internal event emitter being improperly attached. This issue caused crashes in v0.5.0 and v0.6.0, so it is recommended that you upgrade to v0.6.1 if you are using one of the affected versions.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "s3-upload-stream",
"description": "Writeable stream for uploading content of unknown size to S3 via the multipart API.",
"version": "0.6.1",
"version": "0.6.2",
"author": {
"name": "Nathan Peck",
"email": "nathan@storydesk.com"
Expand Down

0 comments on commit 094086c

Please sign in to comment.