Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 4, 2024
1 parent f4d037a commit dfa48ad
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"gax": "4.4.0",
"gax": "4.4.1",
"tools": "0.4.6"
}
7 changes: 7 additions & 0 deletions gax/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [4.4.1](https://github.com/googleapis/gax-nodejs/compare/google-gax-v4.4.0...google-gax-v4.4.1) (2024-09-04)


### Bug Fixes

* expose underlying error with timeouts or retries ([#1650](https://github.com/googleapis/gax-nodejs/issues/1650)) ([f4d037a](https://github.com/googleapis/gax-nodejs/commit/f4d037ac6638b5e9eeb2ee608fe1d8e4cb9a19d3))

## [4.4.0](https://github.com/googleapis/gax-nodejs/compare/google-gax-v4.3.9...google-gax-v4.4.0) (2024-08-27)


Expand Down
2 changes: 1 addition & 1 deletion gax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-gax",
"version": "4.4.0",
"version": "4.4.1",
"description": "Google API Extensions",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion gax/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"*.js"
],
"dependencies": {
"google-gax": "^4.4.0"
"google-gax": "^4.4.1"
},
"devDependencies": {
"c8": "^9.0.0",
Expand Down

0 comments on commit dfa48ad

Please sign in to comment.