Skip to content
This repository was archived by the owner on Jan 3, 2026. It is now read-only.

Commit f27457f

Browse files
chore(main): release 7.1.3
1 parent 26b6e4a commit f27457f

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [7.1.3](https://github.com/googleapis/gaxios/compare/v7.1.2...v7.1.3) (2025-10-31)
4+
5+
6+
### Bug Fixes
7+
8+
* `no content` response handling when the `response type` is `json` ([#740](https://github.com/googleapis/gaxios/issues/740)) ([ee144e3](https://github.com/googleapis/gaxios/commit/ee144e3a1d5fc9d63ea929739e1f636fe99ab916))
9+
310
## [7.1.2](https://github.com/googleapis/gaxios/compare/v7.1.1...v7.1.2) (2025-09-19)
411

512

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.2",
3+
"version": "7.1.3",
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",

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.2"
12+
"gaxios": "^7.1.3"
1313
},
1414
"devDependencies": {
1515
"mocha": "^8.0.0"

0 commit comments

Comments
 (0)