Skip to content

Commit b2c4659

Browse files
committed
chore(main): release gaxios 7.1.5
1 parent 9fd76ef commit b2c4659

5 files changed

Lines changed: 28 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"core/dev-packages/pack-n-play": "4.2.1",
66
"core/generator/gapic-generator-typescript": "4.11.13",
77
"core/packages/gax": "5.0.6",
8-
"core/packages/gaxios": "7.1.4",
8+
"core/packages/gaxios": "7.1.5",
99
"core/packages/gcp-metadata": "8.1.2",
1010
"core/packages/google-auth-library-nodejs": "10.6.2",
1111
"core/packages/logging-utils": "1.1.3",

changelog.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "9fd76eff87b1cf02db6205f141449b31e8ab7d8f",
9+
"message": "Bump all node submodules",
10+
"issues": [
11+
"8178"
12+
]
13+
}
14+
],
15+
"version": "7.1.5",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "gaxios",
18+
"id": "7a87ec12-ed2d-4d81-9b25-5c6a0d31f261",
19+
"createTime": "2026-05-06T18:07:28.602Z"
20+
},
421
{
522
"changes": [
623
{
@@ -77670,5 +77687,5 @@
7767077687
"createTime": "2023-01-28T04:18:24.718Z"
7767177688
}
7767277689
],
77673-
"updateTime": "2026-05-01T17:22:33.483Z"
77690+
"updateTime": "2026-05-06T18:07:28.602Z"
7767477691
}

core/packages/gaxios/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

4+
## [7.1.5](https://github.com/googleapis/google-cloud-node/compare/gaxios-v7.1.4...gaxios-v7.1.5) (2026-05-06)
5+
6+
7+
### Bug Fixes
8+
9+
* Bump all node submodules ([#8178](https://github.com/googleapis/google-cloud-node/issues/8178)) ([9fd76ef](https://github.com/googleapis/google-cloud-node/commit/9fd76eff87b1cf02db6205f141449b31e8ab7d8f))
10+
411
## [7.1.4](https://github.com/googleapis/google-cloud-node-core/compare/gaxios-v7.1.3...gaxios-v7.1.4) (2025-12-17)
512

613

core/packages/gaxios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gaxios",
3-
"version": "7.1.4",
3+
"version": "7.1.5",
44
"description": "A simple common HTTP client specifically for Google APIs and services.",
55
"main": "build/cjs/src/index.js",
66
"types": "build/cjs/src/index.d.ts",

core/packages/gaxios/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "Apache-2.0",
1111
"dependencies": {
12-
"gaxios": "^7.1.4"
12+
"gaxios": "^7.1.5"
1313
},
1414
"devDependencies": {
1515
"mocha": "^8.0.0"

0 commit comments

Comments
 (0)