Skip to content

Commit d799d88

Browse files
1 parent 05cff6a commit d799d88

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.3.1](https://github.com/googleapis/nodejs-bigtable/compare/v3.3.0...v3.3.1) (2021-04-20)
8+
9+
10+
### Bug Fixes
11+
12+
* remove common protos ([#853](https://github.com/googleapis/nodejs-bigtable/issues/853)) ([d08f481](https://github.com/googleapis/nodejs-bigtable/commit/d08f4816205dd5562c280779d5f4c6708cb792be))
13+
714
## [3.3.0](https://github.com/googleapis/nodejs-bigtable/compare/v3.2.0...v3.3.0) (2021-03-08)
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.3.0",
3+
"version": "3.3.1",
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.3.0",
17+
"@google-cloud/bigtable": "^3.3.1",
1818
"uuid": "^8.0.0",
1919
"yargs": "^16.0.0"
2020
},

0 commit comments

Comments
 (0)