From e61021e9568c4c4b2f33326ac4bd337ce12dc2de Mon Sep 17 00:00:00 2001 From: jasonsaayman <4814473+jasonsaayman@users.noreply.github.com> Date: Tue, 7 Apr 2026 15:53:38 +0000 Subject: [PATCH] chore(release): prepare release 1.15.0 --- bower.json | 2 +- lib/env/data.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index a98b745b..1e10ee1c 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "axios", "main": "./dist/axios.js", - "version": "1.14.0", + "version": "1.15.0", "homepage": "https://axios-http.com", "authors": [ "Matt Zabriskie" diff --git a/lib/env/data.js b/lib/env/data.js index 4dde41d8..531f57e6 100644 --- a/lib/env/data.js +++ b/lib/env/data.js @@ -1 +1 @@ -export const VERSION = "1.14.0"; \ No newline at end of file +export const VERSION = "1.15.0"; \ No newline at end of file diff --git a/package.json b/package.json index 831a9af5..0b1e6b14 100644 --- a/package.json +++ b/package.json @@ -187,4 +187,4 @@ "lint-staged": { "*.{js,cjs,mjs,ts,json,md,yml,yaml}": "prettier --write" } -} +} \ No newline at end of file