Skip to content

Commit

Permalink
chore(main): release 3.5.8 (#1432)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Mar 10, 2023
1 parent 193b387 commit 1d28eb5
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/gax-nodejs?activeTab=versions

## [3.5.8](https://github.com/googleapis/gax-nodejs/compare/v3.5.7...v3.5.8) (2023-03-10)


### Bug Fixes

* Better error handling for REST transport ([#1431](https://github.com/googleapis/gax-nodejs/issues/1431)) ([193b387](https://github.com/googleapis/gax-nodejs/commit/193b38754f84b78ed85bd7d3472b5358cb43af96))

## [3.5.7](https://github.com/googleapis/gax-nodejs/compare/v3.5.6...v3.5.7) (2023-02-08)


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-gax",
"version": "3.5.7",
"version": "3.5.8",
"description": "Google API Extensions",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
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 @@
"*.js"
],
"dependencies": {
"google-gax": "^3.5.7"
"google-gax": "^3.5.8"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 1d28eb5

Please sign in to comment.