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

Commit 2f54bad

Browse files
release-please[bot]sofislgcf-owl-bot[bot]
authored
chore(main): release google-gax 5.0.1 (#1777)
* chore(main): release google-gax 5.0.1 * 🦉 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: sofisl <55454395+sofisl@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b0aa877 commit 2f54bad

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.github/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"devDependencies": {
1717
"@octokit/rest": "^19.0.0",
1818
"mocha": "^10.0.0",
19-
"sinon": "^21.0.0"
19+
"sinon": "^18.0.0"
2020
}
2121
}

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"gax": "5.0.0",
2+
"gax": "5.0.1",
33
"tools": "1.0.3",
44
"logging-utils": "1.1.1"
55
}

gax/CHANGELOG.md

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

77

8+
## [5.0.1](https://github.com/googleapis/gax-nodejs/compare/google-gax-v5.0.0...google-gax-v5.0.1) (2025-06-25)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** Remove deprecated dependency @types/long ([#1738](https://github.com/googleapis/gax-nodejs/issues/1738)) ([7ff8181](https://github.com/googleapis/gax-nodejs/commit/7ff8181e5c06f37195f07cbda74e4c0720e41b39))
14+
* **deps:** update dependency google-proto-files to v5 ([#1764](https://github.com/googleapis/gax-nodejs/issues/1764)) ([191163f](https://github.com/googleapis/gax-nodejs/commit/191163f772150f99a772766fdcb98fa7d461e0ba))
15+
816
## [5.0.0](https://github.com/googleapis/gax-nodejs/compare/google-gax-v4.6.0...google-gax-v5.0.0) (2025-06-12)
917

1018

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.0",
3+
"version": "5.0.1",
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.0"
17+
"google-gax": "^5.0.1"
1818
},
1919
"devDependencies": {
2020
"c8": "^9.0.0",

0 commit comments

Comments
 (0)