Skip to content

Commit c80e9f6

Browse files
chore(main): release 4.5.0 (googleapis#1259)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 23ec482 commit c80e9f6

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

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

7+
## [4.5.0](https://github.com/googleapis/nodejs-bigtable/compare/v4.4.0...v4.5.0) (2023-03-20)
8+
9+
10+
### Features
11+
12+
* Add npm run compile to the testproxy command ([#1258](https://github.com/googleapis/nodejs-bigtable/issues/1258)) ([52c06a2](https://github.com/googleapis/nodejs-bigtable/commit/52c06a2684824f10e218856f632da7e4e252b2bf))
13+
14+
15+
### Bug Fixes
16+
17+
* Always set the retry attempt to 0 for now ([#1251](https://github.com/googleapis/nodejs-bigtable/issues/1251)) ([5ee6f19](https://github.com/googleapis/nodejs-bigtable/commit/5ee6f19f6dd6fee0d48e692242e99c1966bb8df6))
18+
719
## [4.4.0](https://github.com/googleapis/nodejs-bigtable/compare/v4.3.0...v4.4.0) (2023-03-01)
820

921

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/bigtable",
3-
"version": "4.4.0",
3+
"version": "4.5.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.0.0"
1515
},
1616
"dependencies": {
17-
"@google-cloud/bigtable": "^4.4.0",
17+
"@google-cloud/bigtable": "^4.5.0",
1818
"uuid": "^9.0.0",
1919
"yargs": "^16.0.0"
2020
},

0 commit comments

Comments
 (0)