Skip to content

Commit 7e85aea

Browse files
chore(main): release 5.1.1
1 parent 3e0ecf9 commit 7e85aea

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.1.1](https://github.com/googleapis/nodejs-bigquery-storage/compare/v5.1.0...v5.1.1) (2025-08-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency google-auth-library to v10 ([#573](https://github.com/googleapis/nodejs-bigquery-storage/issues/573)) ([5ef6bdd](https://github.com/googleapis/nodejs-bigquery-storage/commit/5ef6bdd383ca08cdcd14366a04b380fba211952e))
9+
310
## [5.1.0](https://github.com/googleapis/nodejs-bigquery-storage/compare/v5.0.0...v5.1.0) (2025-06-06)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/bigquery-storage",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Client for the BigQuery Storage API",
55
"repository": "googleapis/nodejs-bigquery-storage",
66
"license": "Apache-2.0",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@google-cloud/bigquery": "^8.0.0",
17-
"@google-cloud/bigquery-storage": "^5.1.0",
17+
"@google-cloud/bigquery-storage": "^5.1.1",
1818
"google-auth-library": "^10.0.0",
1919
"avsc": "^5.4.18",
2020
"google-gax": "^4.3.1",

0 commit comments

Comments
 (0)