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

Commit

Permalink
chore(main): release 5.0.1 (#526)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [5.0.1](v5.0.0...v5.0.1) (2022-08-23)


### Bug Fixes

* remove pip install statements ([#1546](https://github.com/googleapis/gcs-resumable-upload/issues/1546)) ([#525](#525)) ([50a11d0](50a11d0))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Sep 26, 2022
1 parent 50a11d0 commit baa866e
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

## [5.0.1](https://github.com/googleapis/gcs-resumable-upload/compare/v5.0.0...v5.0.1) (2022-08-23)


### Bug Fixes

* remove pip install statements ([#1546](https://github.com/googleapis/gcs-resumable-upload/issues/1546)) ([#525](https://github.com/googleapis/gcs-resumable-upload/issues/525)) ([50a11d0](https://github.com/googleapis/gcs-resumable-upload/commit/50a11d0bea4ffbad39d71d18931c485564e81c3c))

## [5.0.0](https://github.com/googleapis/gcs-resumable-upload/compare/v4.0.2...v5.0.0) (2022-05-20)


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

0 comments on commit baa866e

Please sign in to comment.