Skip to content

Commit

Permalink
chore(main): release 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Nov 7, 2023
1 parent 7c5fcf0 commit bd7e459
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.4.0](https://github.com/googleapis/nodejs-bigquery/compare/v7.3.0...v7.4.0) (2023-11-07)


### Features

* Implementing mocha retries ([#1295](https://github.com/googleapis/nodejs-bigquery/issues/1295)) ([6cda9e1](https://github.com/googleapis/nodejs-bigquery/commit/6cda9e192c0dd224194f44ebd632a64b845c59b6))

## [7.3.0](https://github.com/googleapis/nodejs-bigquery/compare/v7.2.0...v7.3.0) (2023-09-28)


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.3.0",
"version": "7.4.0",
"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.3.0",
"@google-cloud/bigquery": "^7.4.0",
"@google-cloud/storage": "^7.0.0",
"google-auth-library": "^9.0.0",
"readline-promise": "^1.0.4",
Expand Down

0 comments on commit bd7e459

Please sign in to comment.