Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
clineamb committed Oct 6, 2015
1 parent 88e0f34 commit c8e839b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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.4.1__
__Version 1.4.2__

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

* Update file-hashing function with [hasha](http://github.com/sindresorhus/hasha) from a signature change. Simply pull file buffer instead of promise for simplicity sake.
* Remove old `console.log` from local dev.


## Version 1.4.0, 1.4.1

* Add second paramter to task to take in [S3 Constructor options](http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#constructor-property).
Expand Down

0 comments on commit c8e839b

Please sign in to comment.