From 08b84b52d5835d0c7b81049c365c3d271ade8bff Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 4 Nov 2025 22:00:13 +0200
Subject: [PATCH] chore(release): v1.13.2 (#7207)
Co-authored-by: DigitalBrainJS <12586868+DigitalBrainJS@users.noreply.github.com>
---
CHANGELOG.md | 18 ++++++++++++++++++
bower.json | 2 +-
lib/env/data.js | 2 +-
package-lock.json | 4 ++--
package.json | 2 +-
5 files changed, 23 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56a6ae1..1e72305 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog
+## [1.13.2](https://github.com/axios/axios/compare/v1.13.1...v1.13.2) (2025-11-04)
+
+
+### Bug Fixes
+
+* **http:** fix 'socket hang up' bug for keep-alive requests when using timeouts; ([#7206](https://github.com/axios/axios/issues/7206)) ([8d37233](https://github.com/axios/axios/commit/8d372335f5c50ecd01e8615f2468a9eb19703117))
+* **http:** use default export for http2 module to support stubs; ([#7196](https://github.com/axios/axios/issues/7196)) ([0588880](https://github.com/axios/axios/commit/0588880ac7ddba7594ef179930493884b7e90bf5))
+
+
+### Performance Improvements
+
+* **http:** fix early loop exit; ([#7202](https://github.com/axios/axios/issues/7202)) ([12c314b](https://github.com/axios/axios/commit/12c314b603e7852a157e93e47edb626a471ba6c5))
+
+### Contributors to this release
+
+-
[Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+28/-9 (#7206 #7202 )")
+-
[Kasper Isager Dalsgarð](https://github.com/kasperisager "+9/-9 (#7196 )")
+
## [1.13.1](https://github.com/axios/axios/compare/v1.13.0...v1.13.1) (2025-10-28)
diff --git a/bower.json b/bower.json
index a8a10f4..9a1f778 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "axios",
"main": "./dist/axios.js",
- "version": "1.13.1",
+ "version": "1.13.2",
"homepage": "https://axios-http.com",
"authors": [
"Matt Zabriskie"
diff --git a/lib/env/data.js b/lib/env/data.js
index d969ffe..38dd6aa 100644
--- a/lib/env/data.js
+++ b/lib/env/data.js
@@ -1 +1 @@
-export const VERSION = "1.13.1";
\ No newline at end of file
+export const VERSION = "1.13.2";
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index 6a524e4..4b3988d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "axios",
- "version": "1.13.1",
+ "version": "1.13.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "axios",
- "version": "1.13.1",
+ "version": "1.13.2",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",
diff --git a/package.json b/package.json
index 35afb93..f85fdb4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "axios",
- "version": "1.13.1",
+ "version": "1.13.2",
"description": "Promise based HTTP client for the browser and node.js",
"main": "index.js",
"exports": {