chore(release): prepare release 1.15.0

This commit is contained in:
jasonsaayman 2026-04-07 15:53:38 +00:00 committed by github-actions[bot]
parent 5c8fa9adad
commit e61021e956
3 changed files with 3 additions and 3 deletions

View File

@ -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"

2
lib/env/data.js vendored
View File

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

View File

@ -187,4 +187,4 @@
"lint-staged": {
"*.{js,cjs,mjs,ts,json,md,yml,yaml}": "prettier --write"
}
}
}