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

Commit 985d788

Browse files
chore: release 4.0.0 (#488)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent dba1a39 commit 985d788

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

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

7+
## [4.0.0](https://www.github.com/googleapis/gcs-resumable-upload/compare/v3.6.0...v4.0.0) (2021-12-30)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* Multiple Chunk Upload Support (#486)
13+
14+
### Features
15+
16+
* 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))
17+
718
## [3.6.0](https://www.github.com/googleapis/gcs-resumable-upload/compare/v3.5.1...v3.6.0) (2021-11-09)
819

920

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gcs-resumable-upload",
3-
"version": "3.6.0",
3+
"version": "4.0.0",
44
"description": "Upload a file to Google Cloud Storage with built-in resumable behavior",
55
"repository": "googleapis/gcs-resumable-upload",
66
"main": "build/src/index.js",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "mocha system-test"
1212
},
1313
"dependencies": {
14-
"gcs-resumable-upload": "^3.6.0"
14+
"gcs-resumable-upload": "^4.0.0"
1515
},
1616
"devDependencies": {
1717
"mocha": "^8.0.0"

0 commit comments

Comments
 (0)