Skip to content

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

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

7+
## [3.6.0](https://github.com/googleapis/nodejs-bigtable/compare/v3.5.4...v3.6.0) (2021-08-19)
8+
9+
10+
### Features
11+
12+
* Publish new fields to support cluster group routing for Cloud Bigtable ([#928](https://github.com/googleapis/nodejs-bigtable/issues/928)) ([52ce890](https://github.com/googleapis/nodejs-bigtable/commit/52ce89019fa3f4365f06692db6d7ce3d28aa74a6))
13+
14+
15+
### Bug Fixes
16+
17+
* **build:** migrate to using main branch ([#925](https://github.com/googleapis/nodejs-bigtable/issues/925)) ([135391f](https://github.com/googleapis/nodejs-bigtable/commit/135391f4462744d02f51a7351ef8edd8e39034ad))
18+
* **deps:** google-gax v2.24.1 ([#927](https://github.com/googleapis/nodejs-bigtable/issues/927)) ([4869718](https://github.com/googleapis/nodejs-bigtable/commit/48697180ed43109e310ae924c8dda0b6a43c5a36))
19+
720
### [3.5.4](https://github.com/googleapis/nodejs-bigtable/compare/v3.5.3...v3.5.4) (2021-07-21)
821

922

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/bigtable",
3-
"version": "3.5.4",
3+
"version": "3.6.0",
44
"description": "Cloud Bigtable Client Library for Node.js",
55
"keywords": [
66
"bigtable",

samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"node": ">=12"
1515
},
1616
"dependencies": {
17-
"@google-cloud/bigtable": "^3.5.4",
17+
"@google-cloud/bigtable": "^3.6.0",
1818
"uuid": "^8.0.0",
1919
"yargs": "^16.0.0"
2020
},

0 commit comments

Comments
 (0)