Skip to content

Commit

Permalink
chore: release main (#1569)
Browse files Browse the repository at this point in the history
* chore: release main

* chore: release main

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* add lint

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Sofia Leon <sofialeon@google.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 25, 2024
1 parent 3ec09cf commit 3ec6d5c
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,4 +1,4 @@
{
"gax": "4.3.1",
"tools": "0.4.0"
"tools": "0.4.1"
}
3 changes: 3 additions & 0 deletions gax/CHANGELOG.md
Expand Up @@ -56,7 +56,10 @@
### Bug Fixes

* **deps:** update dependency retry-request to v7 ([#1515](https://github.com/googleapis/gax-nodejs/issues/1515)) ([85a83a3](https://github.com/googleapis/gax-nodejs/commit/85a83a310dd2c9e70b23c2ac2fe9ea5664947040))
<<<<<<< HEAD
=======
* **deps:** update grpc-js to 1.9.6 ([#1518](https://github.com/googleapis/gax-nodejs/issues/1518)) ([4e1f365](https://github.com/googleapis/gax-nodejs/commit/4e1f36591c23787cb70aa52fe77276dbd7a0448a))
>>>>>>> 082a42d9e9135ef898f9ba8916a6762c93002e2b
## [4.0.4](https://github.com/googleapis/gax-nodejs/compare/v4.0.3...v4.0.4) (2023-09-07)

Expand Down
4 changes: 2 additions & 2 deletions gax/src/transcoding.ts
Expand Up @@ -368,8 +368,8 @@ export function overrideHttpRules(
]
? []
: Array.isArray(httpOptions['additional_bindings'])
? httpOptions['additional_bindings']
: [httpOptions['additional_bindings']];
? httpOptions['additional_bindings']
: [httpOptions['additional_bindings']];
// Make the additional_binding to be an array if it is not.
httpOptions['additional_bindings'].push(...rule.additional_bindings);
}
Expand Down
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -18,5 +18,4 @@
"node": ">=14"
},
"homepage": "https://github.com/googleapis/gax-nodejs#readme"

}
}
7 changes: 7 additions & 0 deletions tools/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [0.4.1](https://github.com/googleapis/gax-nodejs/compare/gapic-tools-v0.4.0...gapic-tools-v0.4.1) (2024-03-23)


### Bug Fixes

* improve package.json lookup for root name ([#1530](https://github.com/googleapis/gax-nodejs/issues/1530)) ([3ec09cf](https://github.com/googleapis/gax-nodejs/commit/3ec09cfe190da615aec7c3443afb39837bd9bef1))

## [0.4.0](https://github.com/googleapis/gax-nodejs/compare/gapic-tools-v0.3.0...gapic-tools-v0.4.0) (2024-02-13)


Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
@@ -1,6 +1,6 @@
{
"name": "gapic-tools",
"version": "0.4.0",
"version": "0.4.1",
"description": "compiles, updates, and minifies protos",
"main": "build/src/compileProtos.js",
"files": [
Expand Down

0 comments on commit 3ec6d5c

Please sign in to comment.