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

Commit

Permalink
chore: release 4.0.0 (#488)
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>
  • Loading branch information
release-please[bot] authored Jan 4, 2022
1 parent dba1a39 commit 985d788
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

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

## [4.0.0](https://www.github.com/googleapis/gcs-resumable-upload/compare/v3.6.0...v4.0.0) (2021-12-30)


### ⚠ BREAKING CHANGES

* Multiple Chunk Upload Support (#486)

### Features

* Multiple Chunk Upload Support ([#486](https://www.github.com/googleapis/gcs-resumable-upload/issues/486)) ([dba1a39](https://www.github.com/googleapis/gcs-resumable-upload/commit/dba1a39793d2f26e796130df55c99821e9145a21))

## [3.6.0](https://www.github.com/googleapis/gcs-resumable-upload/compare/v3.5.1...v3.6.0) (2021-11-09)


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

0 comments on commit 985d788

Please sign in to comment.