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

Commit 976ebd6

Browse files
chore(main): release 6.0.0 (#550)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent be55cae commit 976ebd6

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

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+
## [6.0.0](https://github.com/googleapis/gcs-resumable-upload/compare/v5.0.1...v6.0.0) (2023-08-10)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* update to Node 14 ([#549](https://github.com/googleapis/gcs-resumable-upload/issues/549))
13+
14+
### Miscellaneous Chores
15+
16+
* Update to Node 14 ([#549](https://github.com/googleapis/gcs-resumable-upload/issues/549)) ([be55cae](https://github.com/googleapis/gcs-resumable-upload/commit/be55cae1e4cb8c479ebae8e0ace75484405eb86c))
17+
718
## [5.0.1](https://github.com/googleapis/gcs-resumable-upload/compare/v5.0.0...v5.0.1) (2022-08-23)
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": "5.0.1",
3+
"version": "6.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": "^5.0.1"
14+
"gcs-resumable-upload": "^6.0.0"
1515
},
1616
"devDependencies": {
1717
"mocha": "^8.0.0"

0 commit comments

Comments
 (0)