From 09b28d84c54dfdeb5965789722a8699d924bc163 Mon Sep 17 00:00:00 2001 From: Caroline Amaba Date: Mon, 11 Jul 2016 16:54:26 -0400 Subject: [PATCH] package.json upgrade --- Readme.md | 2 +- docs/changelog.md | 6 ++++++ package.json | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index ef48c5f..76c65df 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,5 @@ # gulp-s3-upload -__Version 1.6.0__ +__Version 1.6.1__ Use for uploading assets to Amazon S3 servers. This helps to make it an easy gulp task. diff --git a/docs/changelog.md b/docs/changelog.md index 030391d..2b0f285 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +## Version 1.6.1 + +* Error checking for ListBucket permissions check. [PR #39](https://github.com/clineamb/gulp-s3-upload/pull/39) by [@tobiasweibel](https://github.com/tobiasweibel) +* Upgrade npm packages. (`event-stream`) + + ## Version 1.6.0 * Stream support added thanks to [@algesten](https://github.com/algesten) - [PR #34](https://github.com/clineamb/gulp-s3-upload/pull/34) diff --git a/package.json b/package.json index e1c6177..4f331d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-s3-upload", - "version": "1.6.0", + "version": "1.6.1", "description": "A gulp task to asynchronous upload/update assets to an AWS S3 Bucket.", "main": "index.js", "directories": { @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/clineamb/gulp-s3-upload", "dependencies": { - "aws-sdk": "2.3.3", + "aws-sdk": "2.4.6", "event-stream": "^3.3.2", "gulp-util": "^3.0.7", "hasha": "^2.2.0",