From 582934382e4e0e0bcb679c628071a4203e93cf57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:45:22 +0200 Subject: [PATCH] chore(release): prepare release 1.15.2 (#10789) * 1.15.2 * chore(release): prepare release 1.15.2 --------- 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 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/env/data.js b/lib/env/data.js index 0efebd2d..8d6768af 100644 --- a/lib/env/data.js +++ b/lib/env/data.js @@ -1 +1 @@ -export const VERSION = "1.15.1"; \ No newline at end of file +export const VERSION = "1.15.2"; \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 85b45579..75539cc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "axios", - "version": "1.15.1", + "version": "1.15.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "axios", - "version": "1.15.1", + "version": "1.15.2", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", diff --git a/package.json b/package.json index 7f22bbb2..e6d1e2fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios", - "version": "1.15.1", + "version": "1.15.2", "description": "Promise based HTTP client for the browser and node.js", "main": "./dist/node/axios.cjs", "module": "./index.js",