Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit e1f8346

Browse files
release-please[bot]gcf-owl-bot[bot]danieljbruce
authored
chore(main): release google-gax 5.0.2 (#1785)
* chore(main): release google-gax 5.0.2 * πŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * πŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: danieljbruce <danieljbruce@users.noreply.github.com>
1 parent 5bc5e49 commit e1f8346

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

β€Ž.github/scripts/package.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"js-yaml": "^4.1.0"
1515
},
1616
"devDependencies": {
17-
"@octokit/rest": "^21.0.0",
17+
"@octokit/rest": "^19.0.0",
1818
"mocha": "^10.0.0",
19-
"sinon": "^21.0.0"
19+
"sinon": "^18.0.0"
2020
}
2121
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"gax": "5.0.1",
2+
"gax": "5.0.2",
33
"tools": "1.0.3",
44
"logging-utils": "1.1.1"
55
}

β€Žgax/CHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
[1]: https://www.npmjs.com/package/gax-nodejs?activeTab=versions
66

77

8+
## [5.0.2](https://github.com/googleapis/gax-nodejs/compare/google-gax-v5.0.1...google-gax-v5.0.2) (2025-07-22)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency @grpc/proto-loader to ^0.8.0 ([#1782](https://github.com/googleapis/gax-nodejs/issues/1782)) ([7dcec97](https://github.com/googleapis/gax-nodejs/commit/7dcec9740e462994820b51a16723c13e0b10f456))
14+
815
## [5.0.1](https://github.com/googleapis/gax-nodejs/compare/google-gax-v5.0.0...google-gax-v5.0.1) (2025-06-25)
916

1017

β€Žgax/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-gax",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Google API Extensions",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

β€Žgax/samples/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"*.js"
1515
],
1616
"dependencies": {
17-
"google-gax": "^5.0.1"
17+
"google-gax": "^5.0.2"
1818
},
1919
"devDependencies": {
2020
"c8": "^9.0.0",

0 commit comments

Comments
Β (0)