From 7108c8877f9dc05f7aba8beb2b9e522537f9a9a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 17:28:22 +0200 Subject: [PATCH] chore(release): prepare release 1.13.6 (#7446) * 1.13.6 * chore(release): prepare release 1.13.6 --------- 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 1fc7417e..f1007994 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "axios", "main": "./dist/axios.js", - "version": "1.13.5", + "version": "1.13.6", "homepage": "https://axios-http.com", "authors": [ "Matt Zabriskie" diff --git a/lib/env/data.js b/lib/env/data.js index 847a60d9..cdea87cf 100644 --- a/lib/env/data.js +++ b/lib/env/data.js @@ -1 +1 @@ -export const VERSION = '1.13.5'; +export const VERSION = "1.13.6"; \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index cc8935a0..98266c3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "axios", - "version": "1.13.5", + "version": "1.13.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "axios", - "version": "1.13.5", + "version": "1.13.6", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", diff --git a/package.json b/package.json index 97e1a8c5..7eabb0c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios", - "version": "1.13.5", + "version": "1.13.6", "description": "Promise based HTTP client for the browser and node.js", "main": "./index.js", "module": "./index.js", @@ -223,4 +223,4 @@ ], "report-dir": "./coverage" } -} +} \ No newline at end of file