Skip to content

Commit

Permalink
chore(main): release 7.3.0 (#2326)
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 Oct 12, 2023
1 parent 6519929 commit f16d94d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

[1]: https://www.npmjs.com/package/@google-cloud/storage?activeTab=versions

## [7.3.0](/~https://github.com/googleapis/nodejs-storage/compare/v7.2.0...v7.3.0) (2023-10-11)


### Features

* Add transfer manager MPU sample, adjust defaults, prepare for GA ([#2318](/~https://github.com/googleapis/nodejs-storage/issues/2318)) ([a7d09c1](/~https://github.com/googleapis/nodejs-storage/commit/a7d09c16aa7f732db089c55d2692ce5fd88c52f3))


### Bug Fixes

* Simplify the code for downloadInChunks ([#2323](/~https://github.com/googleapis/nodejs-storage/issues/2323)) ([6519929](/~https://github.com/googleapis/nodejs-storage/commit/6519929153e0006b61d205860de93c9e64b99d81))

## [7.2.0](/~https://github.com/googleapis/nodejs-storage/compare/v7.1.0...v7.2.0) (2023-10-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/storage",
"description": "Cloud Storage Client Library for Node.js",
"version": "7.2.0",
"version": "7.3.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@google-cloud/pubsub": "^4.0.0",
"@google-cloud/storage": "^7.2.0",
"@google-cloud/storage": "^7.3.0",
"node-fetch": "^2.6.7",
"uuid": "^8.0.0",
"yargs": "^16.0.0"
Expand Down

0 comments on commit f16d94d

Please sign in to comment.