Skip to content

Commit

Permalink
chore(main): release 7.9.1 (#1410)
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 Sep 23, 2024
1 parent cf962a5 commit 7a495f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [7.9.1](https://github.com/googleapis/nodejs-bigquery/compare/v7.9.0...v7.9.1) (2024-09-23)


### Bug Fixes

* Throw timeout error when using jobs.query ([#1402](https://github.com/googleapis/nodejs-bigquery/issues/1402)) ([cf962a5](https://github.com/googleapis/nodejs-bigquery/commit/cf962a5a94ec3df465871d8e4a2f64521a8d6ce0))

## [7.9.0](https://github.com/googleapis/nodejs-bigquery/compare/v7.8.0...v7.9.0) (2024-08-01)


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/bigquery",
"description": "Google BigQuery Client Library for Node.js",
"version": "7.9.0",
"version": "7.9.1",
"license": "Apache-2.0",
"author": "Google LLC",
"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 @@
"fix": "gts fix"
},
"dependencies": {
"@google-cloud/bigquery": "^7.9.0",
"@google-cloud/bigquery": "^7.9.1",
"@google-cloud/storage": "^7.0.0",
"google-auth-library": "^9.6.0",
"readline-promise": "^1.0.4",
Expand Down

0 comments on commit 7a495f9

Please sign in to comment.