From ac42446be51300fe214ba3c6e40cc95f34fd6871 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 18:51:43 +0200 Subject: [PATCH] chore(release): prepare release 1.15.1 (#10767) * 1.15.1 * chore(release): prepare release 1.15.1 --------- Co-authored-by: github-actions[bot] Co-authored-by: jasonsaayman <4814473+jasonsaayman@users.noreply.github.com> --- lib/env/data.js | 2 +- package-lock.json | 4 ++-- package.json | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/env/data.js b/lib/env/data.js index 531f57e6..0efebd2d 100644 --- a/lib/env/data.js +++ b/lib/env/data.js @@ -1 +1 @@ -export const VERSION = "1.15.0"; \ No newline at end of file +export const VERSION = "1.15.1"; \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index ba3d9cd8..85b45579 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "axios", - "version": "1.15.0", + "version": "1.15.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "axios", - "version": "1.15.0", + "version": "1.15.1", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", diff --git a/package.json b/package.json index 0b1e6b14..7f22bbb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios", - "version": "1.15.0", + "version": "1.15.1", "description": "Promise based HTTP client for the browser and node.js", "main": "./dist/node/axios.cjs", "module": "./index.js", @@ -82,14 +82,14 @@ "Dmitriy Mozgovoy (https://github.com/DigitalBrainJS)", "Nick Uraltsev (https://github.com/nickuraltsev)", "Emily Morehouse (https://github.com/emilyemorehouse)", - "Rubén Norte (https://github.com/rubennorte)", "Justin Beckwith (https://github.com/JustinBeckwith)", + "Rubén Norte (https://github.com/rubennorte)", "Martti Laine (https://github.com/codeclown)", "Xianming Zhong (https://github.com/chinesedfan)", "Remco Haszing (https://github.com/remcohaszing)", + "Shaan Majid (https://github.com/shaanmajid)", "Willian Agostini (https://github.com/WillianAgostini)", - "Rikki Gibson (https://github.com/RikkiGibson)", - "Ben Carp (https://github.com/carpben)" + "Rikki Gibson (https://github.com/RikkiGibson)" ], "sideEffects": false, "license": "MIT",