Skip to content

Commit

Permalink
chore: release main (#1646)
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 Aug 27, 2024
1 parent 1b2ffdf commit cf51a5d
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"gax": "4.3.9",
"tools": "0.4.4"
"gax": "4.4.0",
"tools": "0.4.5"
}
12 changes: 12 additions & 0 deletions gax/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

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


### Features

* Improve `AuthClient` Compatibility ([#1641](https://github.com/googleapis/gax-nodejs/issues/1641)) ([4edd33d](https://github.com/googleapis/gax-nodejs/commit/4edd33db2670eb081f5744907b879d6669d4fad2))


### Bug Fixes

* **deps:** update dependency protobufjs-cli to v1.1.3 ([#1645](https://github.com/googleapis/gax-nodejs/issues/1645)) ([1b2ffdf](https://github.com/googleapis/gax-nodejs/commit/1b2ffdfdf2a2eed08c81b1b1be6943424fd15258))

## [4.3.9](https://github.com/googleapis/gax-nodejs/compare/google-gax-v4.3.8...google-gax-v4.3.9) (2024-08-06)


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.3.9",
"version": "4.4.0",
"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.3.9"
"google-gax": "^4.4.0"
},
"devDependencies": {
"c8": "^9.0.0",
Expand Down
7 changes: 7 additions & 0 deletions tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.5](https://github.com/googleapis/gax-nodejs/compare/gapic-tools-v0.4.4...gapic-tools-v0.4.5) (2024-08-27)


### Bug Fixes

* **deps:** update dependency protobufjs-cli to v1.1.3 ([#1645](https://github.com/googleapis/gax-nodejs/issues/1645)) ([1b2ffdf](https://github.com/googleapis/gax-nodejs/commit/1b2ffdfdf2a2eed08c81b1b1be6943424fd15258))

## [0.4.4](https://github.com/googleapis/gax-nodejs/compare/gapic-tools-v0.4.3...gapic-tools-v0.4.4) (2024-07-08)


Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gapic-tools",
"version": "0.4.4",
"version": "0.4.5",
"description": "compiles, updates, and minifies protos",
"main": "build/src/compileProtos.js",
"files": [
Expand Down

0 comments on commit cf51a5d

Please sign in to comment.