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.3.1 (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 2, 2021
1 parent c180f66 commit d9d3320
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.3.1](https://www.github.com/googleapis/gcs-resumable-upload/compare/v3.3.0...v3.3.1) (2021-09-02)


### Bug Fixes

* **build:** switch primary branch to main ([#451](https://www.github.com/googleapis/gcs-resumable-upload/issues/451)) ([c180f66](https://www.github.com/googleapis/gcs-resumable-upload/commit/c180f6638ba85e9b0fe96e2f76749f6707807747))

## [3.3.0](https://www.github.com/googleapis/gcs-resumable-upload/compare/v3.2.1...v3.3.0) (2021-07-19)


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.3.0",
"version": "3.3.1",
"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.3.0"
"gcs-resumable-upload": "^3.3.1"
},
"devDependencies": {
"mocha": "^8.0.0"
Expand Down

0 comments on commit d9d3320

Please sign in to comment.