Skip to content

Commit 04e74df

Browse files
chore: release main
1 parent a706d5a commit 04e74df

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"gax": "4.6.0",
2+
"gax": "4.6.1",
33
"tools": "0.4.6",
44
"logging-utils": "1.0.1"
55
}

gax/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
[1]: https://www.npmjs.com/package/gax-nodejs?activeTab=versions
66

7+
## [4.6.1](https://github.com/googleapis/gax-nodejs/compare/google-gax-v4.6.0...google-gax-v4.6.1) (2025-02-05)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** update dependency long to v5 ([#1680](https://github.com/googleapis/gax-nodejs/issues/1680)) ([9cd9902](https://github.com/googleapis/gax-nodejs/commit/9cd9902747180bfab4631fff6b7e06a72bb1eeed))
13+
* enable keepAlive for HTTP requests ([#1534](https://github.com/googleapis/gax-nodejs/issues/1534)) ([a706d5a](https://github.com/googleapis/gax-nodejs/commit/a706d5a8cbe04bd93fbfd4552cab1eec5e823c83))
14+
715
## [4.6.0](https://github.com/googleapis/gax-nodejs/compare/google-gax-v4.5.0...google-gax-v4.6.0) (2024-12-19)
816

917

gax/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-gax",
3-
"version": "4.6.0",
3+
"version": "4.6.1",
44
"description": "Google API Extensions",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

gax/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"*.js"
1515
],
1616
"dependencies": {
17-
"google-gax": "^4.6.0"
17+
"google-gax": "^4.6.1"
1818
},
1919
"devDependencies": {
2020
"c8": "^9.0.0",

0 commit comments

Comments
 (0)