From 46bee3dea75ef53a8eae49f3b7487e6341de6074 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 20:54:05 +0200 Subject: [PATCH] chore(release): prepare release 1.14.0 (#10563) * 1.14.0 * chore(release): prepare release 1.14.0 --------- Co-authored-by: github-actions[bot] Co-authored-by: jasonsaayman <4814473+jasonsaayman@users.noreply.github.com> Co-authored-by: Jay --- bower.json | 2 +- lib/env/data.js | 2 +- package-lock.json | 4 ++-- package.json | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index f1007994..a98b745b 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "axios", "main": "./dist/axios.js", - "version": "1.13.6", + "version": "1.14.0", "homepage": "https://axios-http.com", "authors": [ "Matt Zabriskie" diff --git a/lib/env/data.js b/lib/env/data.js index cdea87cf..4dde41d8 100644 --- a/lib/env/data.js +++ b/lib/env/data.js @@ -1 +1 @@ -export const VERSION = "1.13.6"; \ No newline at end of file +export const VERSION = "1.14.0"; \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index f9b3566b..b5e7dff8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "axios", - "version": "1.13.6", + "version": "1.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "axios", - "version": "1.13.6", + "version": "1.14.0", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", diff --git a/package.json b/package.json index 7a5ed029..6acac53b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios", - "version": "1.13.6", + "version": "1.14.0", "description": "Promise based HTTP client for the browser and node.js", "main": "./dist/node/axios.cjs", "module": "./index.js", @@ -78,9 +78,9 @@ "author": "Matt Zabriskie", "contributors": [ "Matt Zabriskie (https://github.com/mzabriskie)", + "Jay (https://github.com/jasonsaayman)", "Dmitriy Mozgovoy (https://github.com/DigitalBrainJS)", "Nick Uraltsev (https://github.com/nickuraltsev)", - "Jay (https://github.com/jasonsaayman)", "Emily Morehouse (https://github.com/emilyemorehouse)", "Rubén Norte (https://github.com/rubennorte)", "Justin Beckwith (https://github.com/JustinBeckwith)", @@ -184,4 +184,4 @@ "lint-staged": { "*.{js,cjs,mjs,ts,json,md,yml,yaml}": "prettier --write" } -} +} \ No newline at end of file