Skip to content

Commit

Permalink
chore(main): release 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 16, 2023
1 parent 5c7dfd0 commit 2edd167
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

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

## [4.0.4](https://github.com/googleapis/gax-nodejs/compare/v4.0.3...v4.0.4) (2023-08-16)


### Bug Fixes

* **deps:** Update dependency @grpc/grpc-js to ~1.9.0 ([#1486](https://github.com/googleapis/gax-nodejs/issues/1486)) ([ea8020f](https://github.com/googleapis/gax-nodejs/commit/ea8020f9084ff068a3139a8b19be6b8c0caa74e3))
* **deps:** Update dependency proto3-json-serializer to v2 ([#1489](https://github.com/googleapis/gax-nodejs/issues/1489)) ([5c7dfd0](https://github.com/googleapis/gax-nodejs/commit/5c7dfd021d1dc5d311e42d8c17b78fe616fed6fe))
* Release new version of gapic-tools ([#1483](https://github.com/googleapis/gax-nodejs/issues/1483)) ([e4f5482](https://github.com/googleapis/gax-nodejs/commit/e4f548254bfce3daa3b02ae81764bb3394fc4f23))

## [4.0.3](https://github.com/googleapis/gax-nodejs/compare/v4.0.2...v4.0.3) (2023-07-27)


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": "4.0.3",
"version": "4.0.4",
"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": "^4.0.3"
"google-gax": "^4.0.4"
},
"devDependencies": {
"c8": "^8.0.0",
Expand Down

0 comments on commit 2edd167

Please sign in to comment.