Skip to content

Commit 48e155d

Browse files
chore(main): release gaxios 7.2.0 (googleapis#8819)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Daniel Bruce <djbruce@google.com>
1 parent 97c333e commit 48e155d

5 files changed

Lines changed: 27 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"core/generator/gapic-generator-typescript": "4.12.1",
77
"core/packages/gapic-node-processing": "0.1.9",
88
"core/packages/gax": "5.0.7",
9-
"core/packages/gaxios": "7.1.6",
9+
"core/packages/gaxios": "7.2.0",
1010
"core/packages/gcp-metadata": "8.1.3",
1111
"core/packages/google-auth-library-nodejs": "10.9.0",
1212
"core/packages/logging-utils": "1.1.4",

changelog.json

Lines changed: 17 additions & 0 deletions
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": "feat",
8+
"sha": "a2415320b9c840f6ae27894451abb561a080ff82",
9+
"message": "Consolidate prettierignore and prettierrc files: handwritten",
10+
"issues": [
11+
"8081"
12+
]
13+
}
14+
],
15+
"version": "7.2.0",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "gaxios",
18+
"id": "6b65487d-c5a9-45df-adf7-524481537017",
19+
"createTime": "2026-07-07T04:38:13.492Z"
20+
},
421
{
522
"changes": [
623
{

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.2.0](https://github.com/googleapis/google-cloud-node/compare/gaxios-v7.1.6...gaxios-v7.2.0) (2026-07-07)
5+
6+
7+
### Features
8+
9+
* Consolidate prettierignore and prettierrc files: handwritten ([#8081](https://github.com/googleapis/google-cloud-node/issues/8081)) ([a241532](https://github.com/googleapis/google-cloud-node/commit/a2415320b9c840f6ae27894451abb561a080ff82))
10+
411
## [7.1.6](https://github.com/googleapis/google-cloud-node/compare/gaxios-v7.1.5...gaxios-v7.1.6) (2026-06-30)
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.6",
3+
"version": "7.2.0",
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.6"
12+
"gaxios": "^7.2.0"
1313
},
1414
"devDependencies": {
1515
"mocha": "^8.0.0"

0 commit comments

Comments
 (0)