Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Commit 6e82485

Browse files
chore(main): release 6.1.0 (#1180)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent df1dcd3 commit 6e82485

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

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+
## [6.1.0](https://github.com/googleapis/nodejs-bigquery/compare/v6.0.3...v6.1.0) (2023-01-25)
8+
9+
10+
### Features
11+
12+
* Add set client endpoint sample ([#1170](https://github.com/googleapis/nodejs-bigquery/issues/1170)) ([df1dcd3](https://github.com/googleapis/nodejs-bigquery/commit/df1dcd3899dd10f20988b938b31ac571c997bffd))
13+
714
## [6.0.3](https://github.com/googleapis/nodejs-bigquery/compare/v6.0.2...v6.0.3) (2022-08-23)
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": "6.0.3",
4+
"version": "6.1.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
@@ -16,7 +16,7 @@
1616
"test": "mocha --timeout 200000"
1717
},
1818
"dependencies": {
19-
"@google-cloud/bigquery": "^6.0.3",
19+
"@google-cloud/bigquery": "^6.1.0",
2020
"@google-cloud/storage": "^6.0.0",
2121
"google-auth-library": "^7.0.0",
2222
"readline-promise": "^1.0.4",

0 commit comments

Comments
 (0)