chore(release): prepare release 1.15.0 (#10671)

* 1.15.0

* chore(release): prepare release 1.15.0

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: jasonsaayman <4814473+jasonsaayman@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-04-07 18:03:51 +02:00 committed by GitHub
parent 4b071371be
commit 772a4e54ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "axios", "name": "axios",
"main": "./dist/axios.js", "main": "./dist/axios.js",
"version": "1.14.0", "version": "1.15.0",
"homepage": "https://axios-http.com", "homepage": "https://axios-http.com",
"authors": [ "authors": [
"Matt Zabriskie" "Matt Zabriskie"

2
lib/env/data.js vendored
View File

@ -1 +1 @@
export const VERSION = "1.14.0"; export const VERSION = "1.15.0";

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "axios", "name": "axios",
"version": "1.14.0", "version": "1.15.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "axios", "name": "axios",
"version": "1.14.0", "version": "1.15.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.11", "follow-redirects": "^1.15.11",

View File

@ -1,6 +1,6 @@
{ {
"name": "axios", "name": "axios",
"version": "1.14.0", "version": "1.15.0",
"description": "Promise based HTTP client for the browser and node.js", "description": "Promise based HTTP client for the browser and node.js",
"main": "./dist/node/axios.cjs", "main": "./dist/node/axios.cjs",
"module": "./index.js", "module": "./index.js",
@ -187,4 +187,4 @@
"lint-staged": { "lint-staged": {
"*.{js,cjs,mjs,ts,json,md,yml,yaml}": "prettier --write" "*.{js,cjs,mjs,ts,json,md,yml,yaml}": "prettier --write"
} }
} }