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

Commit f8fd4be

Browse files
chore(main): release 6.1.0 (#1610)
🤖 I have created a release *beep* *boop* --- ## [6.1.0](https://togithub.com/googleapis/nodejs-bigtable/compare/v6.0.0...v6.1.0) (2025-05-30) ### Features * Add full support for Universe Domain ([#1604](https://togithub.com/googleapis/nodejs-bigtable/issues/1604)) ([4562e23](https://togithub.com/googleapis/nodejs-bigtable/commit/4562e2329e734c0c9d9f00cfa83aa2be13e9a7fe)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
1 parent 4562e23 commit f8fd4be

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/bigtable?activeTab=versions
66

7+
## [6.1.0](https://github.com/googleapis/nodejs-bigtable/compare/v6.0.0...v6.1.0) (2025-05-30)
8+
9+
10+
### Features
11+
12+
* Add full support for Universe Domain ([#1604](https://github.com/googleapis/nodejs-bigtable/issues/1604)) ([4562e23](https://github.com/googleapis/nodejs-bigtable/commit/4562e2329e734c0c9d9f00cfa83aa2be13e9a7fe))
13+
714
## [6.0.0](https://github.com/googleapis/nodejs-bigtable/compare/v5.1.2...v6.0.0) (2025-04-22)
815

916

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/bigtable",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "Cloud Bigtable Client Library for Node.js",
55
"keywords": [
66
"bigtable",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"node": ">=18"
1515
},
1616
"dependencies": {
17-
"@google-cloud/bigtable": "^6.0.0",
17+
"@google-cloud/bigtable": "^6.1.0",
1818
"uuid": "^9.0.0",
1919
"yargs": "^16.0.0"
2020
},

0 commit comments

Comments
 (0)