Skip to content

Commit 7b8df1c

Browse files
chore(main): release bigtable 6.5.1
1 parent a9be27a commit 7b8df1c

4 files changed

Lines changed: 36 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"core/promisify": "5.0.0",
2222
"handwritten/bigquery": "8.3.0",
2323
"handwritten/bigquery-storage": "5.1.0",
24-
"handwritten/bigtable": "6.5.0",
24+
"handwritten/bigtable": "6.5.1",
2525
"handwritten/cloud-profiler": "6.0.4",
2626
"handwritten/datastore": "10.1.0",
2727
"handwritten/error-reporting": "3.0.6",

changelog.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "9fd76eff87b1cf02db6205f141449b31e8ab7d8f",
9+
"message": "Bump all node submodules",
10+
"issues": [
11+
"8178"
12+
]
13+
},
14+
{
15+
"type": "fix",
16+
"sha": "c1a03fe604662091be283055c7d34052c64d6334",
17+
"message": "Change the copyright year for files in the packages folder",
18+
"issues": [
19+
"8109"
20+
]
21+
}
22+
],
23+
"version": "6.5.1",
24+
"language": "JAVASCRIPT",
25+
"artifactName": "@google-cloud/bigtable",
26+
"id": "e9c0afc1-e825-4e6c-8108-4acae6e81ea6",
27+
"createTime": "2026-05-06T21:35:08.423Z"
28+
},
429
{
530
"changes": [
631
{
@@ -77687,5 +77712,5 @@
7768777712
"createTime": "2023-01-28T04:18:24.718Z"
7768877713
}
7768977714
],
77690-
"updateTime": "2026-05-06T18:07:28.494Z"
77715+
"updateTime": "2026-05-06T21:35:08.423Z"
7769177716
}

handwritten/bigtable/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

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

8+
## [6.5.1](https://github.com/googleapis/google-cloud-node/compare/bigtable-v6.5.0...bigtable-v6.5.1) (2026-05-06)
9+
10+
11+
### Bug Fixes
12+
13+
* Bump all node submodules ([#8178](https://github.com/googleapis/google-cloud-node/issues/8178)) ([9fd76ef](https://github.com/googleapis/google-cloud-node/commit/9fd76eff87b1cf02db6205f141449b31e8ab7d8f))
14+
* Change the copyright year for files in the packages folder ([#8109](https://github.com/googleapis/google-cloud-node/issues/8109)) ([c1a03fe](https://github.com/googleapis/google-cloud-node/commit/c1a03fe604662091be283055c7d34052c64d6334))
15+
816
## [6.5.0](https://github.com/googleapis/nodejs-bigtable/compare/v6.4.1...v6.5.0) (2026-01-28)
917

1018

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

0 commit comments

Comments
 (0)