2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

chore(release): v1.13.1 (#7194)

Co-authored-by: DigitalBrainJS <12586868+DigitalBrainJS@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-10-28 20:54:35 +02:00
committed by GitHub
parent bcd5581d20
commit 1ef8e7218b
5 changed files with 20 additions and 8 deletions
+15 -3
View File
@@ -1,5 +1,17 @@
# Changelog
# Changelog
## [1.13.1](https://github.com/axios/axios/compare/v1.13.0...v1.13.1) (2025-10-28)
### Bug Fixes
* **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))
### Contributors to this release
- <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 )")
- <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 )")
# [1.13.0](https://github.com/axios/axios/compare/v1.12.2...v1.13.0) (2025-10-27)
@@ -1326,4 +1338,4 @@ This functionality is considered as a fix.
- [Luca Pizzini](https://github.com/lpizzinidev)
- [Willian Agostini](https://github.com/WillianAgostini)
- [Huyen Nguyen](https://github.com/huyenltnguyen)
- [Huyen Nguyen](https://github.com/huyenltnguyen)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "axios",
"main": "./dist/axios.js",
"version": "1.13.0",
"version": "1.13.1",
"homepage": "https://axios-http.com",
"authors": [
"Matt Zabriskie"
+1 -1
View File
@@ -1 +1 @@
export const VERSION = "1.13.0";
export const VERSION = "1.13.1";
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "axios",
"version": "1.13.0",
"version": "1.13.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "axios",
"version": "1.13.0",
"version": "1.13.1",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "axios",
"version": "1.13.0",
"version": "1.13.1",
"description": "Promise based HTTP client for the browser and node.js",
"main": "index.js",
"exports": {