Skip to content

Commit 1ef8e72

Browse files
chore(release): v1.13.1 (#7194)
Co-authored-by: DigitalBrainJS <[email protected]>
1 parent bcd5581 commit 1ef8e72

5 files changed

Lines changed: 20 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
# Changelog
2-
1+
# Changelog
2+
3+
## [1.13.1](https://github.com/axios/axios/compare/v1.13.0...v1.13.1) (2025-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **http:** fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; ([#7193](https://github.com/axios/axios/issues/7193)) ([bcd5581](https://github.com/axios/axios/commit/bcd5581d208cd372055afdcb2fd10b68ca40613c))
9+
10+
### Contributors to this release
11+
12+
- <img src="https://avatars.githubusercontent.com/u/128113546?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Anchal Singh](https://github.com/imanchalsingh "+220/-111 (#7173 )")
13+
- <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+18/-1 (#7193 )")
14+
315
# [1.13.0](https://github.com/axios/axios/compare/v1.12.2...v1.13.0) (2025-10-27)
416

517

@@ -1326,4 +1338,4 @@ This functionality is considered as a fix.
13261338
- [Luca Pizzini](https://github.com/lpizzinidev)
13271339
- [Willian Agostini](https://github.com/WillianAgostini)
13281340

1329-
- [Huyen Nguyen](https://github.com/huyenltnguyen)
1341+
- [Huyen Nguyen](https://github.com/huyenltnguyen)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "axios",
33
"main": "./dist/axios.js",
4-
"version": "1.13.0",
4+
"version": "1.13.1",
55
"homepage": "https://axios-http.com",
66
"authors": [
77
"Matt Zabriskie"

lib/env/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "1.13.0";
1+
export const VERSION = "1.13.1";

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axios",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
44
"description": "Promise based HTTP client for the browser and node.js",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)