Skip to content

Commit

Permalink
Merge branch '3527322442-to-main' of https://github.com/googleapis/no…
Browse files Browse the repository at this point in the history
…dejs-bigtable into 3527322442-refactor-the-test-into-classes
  • Loading branch information
danieljbruce committed Jul 22, 2024
2 parents 098d8c1 + ed942c5 commit fe3ac84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [5.1.2](https://github.com/googleapis/nodejs-bigtable/compare/v5.1.1...v5.1.2) (2024-07-22)


### Bug Fixes

* Throw away excess data in order to avoid delivering duplicate data ([#1453](https://github.com/googleapis/nodejs-bigtable/issues/1453)) ([069239d](https://github.com/googleapis/nodejs-bigtable/commit/069239dce83498293e86851d37ad5943b5d919da))

## [5.1.1](https://github.com/googleapis/nodejs-bigtable/compare/v5.1.0...v5.1.1) (2024-07-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/bigtable",
"version": "5.1.1",
"version": "5.1.2",
"description": "Cloud Bigtable Client Library for Node.js",
"keywords": [
"bigtable",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node": ">=14.0.0"
},
"dependencies": {
"@google-cloud/bigtable": "^5.1.1",
"@google-cloud/bigtable": "^5.1.2",
"uuid": "^9.0.0",
"yargs": "^16.0.0"
},
Expand Down

0 comments on commit fe3ac84

Please sign in to comment.