Skip to content

Commit

Permalink
chore: release main (#1549)
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 Jan 27, 2024
1 parent ae37986 commit 3efb193
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
@@ -1,4 +1,4 @@
{
"gax": "4.2.0",
"gax": "4.2.1",
"tools": "0.3.0"
}
7 changes: 7 additions & 0 deletions gax/CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@

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

## [4.2.1](https://github.com/googleapis/gax-nodejs/compare/v4.2.0...v4.2.1) (2024-01-26)


### Bug Fixes

* run update-protos to include new field_info.proto ([#1547](https://github.com/googleapis/gax-nodejs/issues/1547)) ([ae37986](https://github.com/googleapis/gax-nodejs/commit/ae37986ddc9f6c822ff557248cdf68529931abc6))

## [4.2.0](https://github.com/googleapis/gax-nodejs/compare/v4.1.0...v4.2.0) (2024-01-18)


Expand Down
2 changes: 1 addition & 1 deletion gax/package.json
@@ -1,6 +1,6 @@
{
"name": "google-gax",
"version": "4.2.0",
"version": "4.2.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
Expand Up @@ -14,7 +14,7 @@
"*.js"
],
"dependencies": {
"google-gax": "^4.2.0"
"google-gax": "^4.2.1"
},
"devDependencies": {
"c8": "^9.0.0",
Expand Down

0 comments on commit 3efb193

Please sign in to comment.