Skip to content

Commit

Permalink
package.json upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
clineamb committed Jul 11, 2016
1 parent e83027c commit 09b28d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 09b28d8

Please sign in to comment.