Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Oct 21, 2020
1 parent 10dc3c0 commit 28ea63b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.1.6

* Do not stall on put error [fix]
* Do not crash on multiple stream errors [fix]

## 0.1.5

* Ensure streams always destroyed on error [fix]
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-drive-uploader",
"version": "0.1.5",
"version": "0.1.6",
"description": "Upload large files to Google Drive",
"main": "index.js",
"author": {
Expand Down

0 comments on commit 28ea63b

Please sign in to comment.