Skip to content

Commit 909f877

Browse files
chore(main): release 7.1.1 (#714)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ce25e96 commit 909f877

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

core/packages/gaxios/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.1](https://github.com/googleapis/gaxios/compare/v7.1.0...v7.1.1) (2025-06-21)
4+
5+
6+
### Bug Fixes
7+
8+
* Don't iterate over undefined opts.data. ([#711](https://github.com/googleapis/gaxios/issues/711)) ([c05def6](https://github.com/googleapis/gaxios/commit/c05def6ffa76806a3c0dcd782584d6250b6c0914))
9+
310
## [7.1.0](https://github.com/googleapis/gaxios/compare/v7.0.0...v7.1.0) (2025-06-12)
411

512

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

0 commit comments

Comments
 (0)