Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
chore: release 3.1.0 (#357)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Stephen <[email protected]>
  • Loading branch information
release-please[bot] and stephenplusplus authored Jun 24, 2020
1 parent 80033e4 commit b13d0d0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/gcs-resumable-upload?activeTab=versions

## [3.1.0](https://www.github.com/googleapis/gcs-resumable-upload/compare/v3.0.0...v3.1.0) (2020-06-24)


### Features

* allow custom request options ([#356](https://www.github.com/googleapis/gcs-resumable-upload/issues/356)) ([c44d956](https://www.github.com/googleapis/gcs-resumable-upload/commit/c44d956a69f3f2bd740575da15449786f519e1d6))

## [3.0.0](https://www.github.com/googleapis/gcs-resumable-upload/compare/v2.3.3...v3.0.0) (2020-05-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcs-resumable-upload",
"version": "3.0.0",
"version": "3.1.0",
"description": "Upload a file to Google Cloud Storage with built-in resumable behavior",
"repository": "googleapis/gcs-resumable-upload",
"main": "build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "mocha system-test"
},
"dependencies": {
"gcs-resumable-upload": "^3.0.0"
"gcs-resumable-upload": "^3.1.0"
},
"devDependencies": {
"mocha": "^8.0.0"
Expand Down

0 comments on commit b13d0d0

Please sign in to comment.