Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 874472d

Browse files
chore: release main
1 parent 2f39306 commit 874472d

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

‎.release-please-manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"gax": "4.2.1",
2+
"gax": "4.2.2",
33
"tools": "0.3.0"
44
}

‎gax/CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
## [4.2.2](https://github.com/googleapis/gax-nodejs/compare/v4.2.1...v4.2.2) (2024-01-31)
8+
9+
10+
### Bug Fixes
11+
12+
* do not throw DeprecationWarnings for legacy retry behavior ([#1551](https://github.com/googleapis/gax-nodejs/issues/1551)) ([2f39306](https://github.com/googleapis/gax-nodejs/commit/2f39306a441ce08374fe069ab1e1892871715a77))
13+
714
## [4.2.1](https://github.com/googleapis/gax-nodejs/compare/v4.2.0...v4.2.1) (2024-01-26)
815

916

‎gax/package.json‎

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

‎gax/samples/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"*.js"
1515
],
1616
"dependencies": {
17-
"google-gax": "^4.2.1"
17+
"google-gax": "^4.2.2"
1818
},
1919
"devDependencies": {
2020
"c8": "^9.0.0",

0 commit comments

Comments
 (0)