From 29f75425f0c9f73021f5eedc869c176e30e05fe7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 12:53:34 +0200 Subject: [PATCH] chore(release): prepare release 1.13.5 (#7379) * 1.13.5 * chore(release): prepare release 1.13.5 --------- Co-authored-by: github-actions[bot] Co-authored-by: jasonsaayman <4814473+jasonsaayman@users.noreply.github.com> --- bower.json | 2 +- lib/env/data.js | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index 3c3c6c8b..1fc7417e 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "axios", "main": "./dist/axios.js", - "version": "1.13.4", + "version": "1.13.5", "homepage": "https://axios-http.com", "authors": [ "Matt Zabriskie" diff --git a/lib/env/data.js b/lib/env/data.js index a4813829..57083dcb 100644 --- a/lib/env/data.js +++ b/lib/env/data.js @@ -1 +1 @@ -export const VERSION = "1.13.4"; \ No newline at end of file +export const VERSION = "1.13.5"; \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index bb61417a..b08ddd68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "axios", - "version": "1.13.4", + "version": "1.13.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "axios", - "version": "1.13.4", + "version": "1.13.5", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", diff --git a/package.json b/package.json index ecf397bb..8dc8bb9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios", - "version": "1.13.4", + "version": "1.13.5", "description": "Promise based HTTP client for the browser and node.js", "main": "./dist/node/axios.cjs", "module": "./index.js", @@ -183,8 +183,8 @@ "Martti Laine (https://github.com/codeclown)", "Xianming Zhong (https://github.com/chinesedfan)", "Remco Haszing (https://github.com/remcohaszing)", - "Rikki Gibson (https://github.com/RikkiGibson)", "Willian Agostini (https://github.com/WillianAgostini)", + "Rikki Gibson (https://github.com/RikkiGibson)", "Ben Carp (https://github.com/carpben)" ], "sideEffects": false,