Skip to content

Commit 1df7fba

Browse files
chore(main): release 7.8.0 (#1375)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 20bea6e commit 1df7fba

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
@@ -4,6 +4,13 @@
44

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

7+
## [7.8.0](https://github.com/googleapis/nodejs-bigquery/compare/v7.7.1...v7.8.0) (2024-06-19)
8+
9+
10+
### Features
11+
12+
* Update types from Discovery ([#1374](https://github.com/googleapis/nodejs-bigquery/issues/1374)) ([e416b6e](https://github.com/googleapis/nodejs-bigquery/commit/e416b6e888a435cd487e90932d2597bf4e4ddb72))
13+
714
## [7.7.1](https://github.com/googleapis/nodejs-bigquery/compare/v7.7.0...v7.7.1) (2024-05-31)
815

916

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/bigquery",
33
"description": "Google BigQuery Client Library for Node.js",
4-
"version": "7.7.1",
4+
"version": "7.8.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"fix": "gts fix"
1818
},
1919
"dependencies": {
20-
"@google-cloud/bigquery": "^7.7.1",
20+
"@google-cloud/bigquery": "^7.8.0",
2121
"@google-cloud/storage": "^7.0.0",
2222
"google-auth-library": "^9.6.0",
2323
"readline-promise": "^1.0.4",

0 commit comments

Comments
 (0)