Skip to content

Commit 094086c

Browse files
committed
Upgrading aws-sdk dependency to fix #11
1 parent 7f04cc5 commit 094086c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
Changelog
22
=========
33

4+
#### 0.6.2 (2014-08-31)
5+
6+
Upgrading the AWS SDK dependency to the latest version. Fixes issue #11
7+
48
#### 0.6.1 (2014-08-22)
59

6-
* 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.
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.
711

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

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ A pipeable write stream which uploads to Amazon S3 using the multipart file uplo
66

77
### Changelog
88

9+
#### 0.6.2 (2014-08-31)
10+
11+
Upgrading the AWS SDK dependency to the latest version. Fixes issue #11
12+
913
#### 0.6.1 (2014-08-15)
1014

1115
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "s3-upload-stream",
33
"description": "Writeable stream for uploading content of unknown size to S3 via the multipart API.",
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"author": {
66
"name": "Nathan Peck",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)