Skip to content

Commit 9d13cdf

Browse files
1 parent cf661df commit 9d13cdf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
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+
### [3.5.2](https://github.com/googleapis/nodejs-bigtable/compare/v3.5.1...v3.5.2) (2021-06-29)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** google-gax v2.17.0 with mTLS ([#907](https://github.com/googleapis/nodejs-bigtable/issues/907)) ([cf661df](https://github.com/googleapis/nodejs-bigtable/commit/cf661df12da9dfd02e97d343a2110ce6099891b9))
13+
714
### [3.5.1](https://github.com/googleapis/nodejs-bigtable/compare/v3.5.0...v3.5.1) (2021-06-22)
815

916

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.1",
3+
"version": "3.5.2",
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.1",
17+
"@google-cloud/bigtable": "^3.5.2",
1818
"uuid": "^8.0.0",
1919
"yargs": "^16.0.0"
2020
},

0 commit comments

Comments
 (0)