Skip to content

Commit 772a4e5

Browse files
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>
1 parent 4b07137 commit 772a4e5

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "axios",
33
"main": "./dist/axios.js",
4-
"version": "1.14.0",
4+
"version": "1.15.0",
55
"homepage": "https://axios-http.com",
66
"authors": [
77
"Matt Zabriskie"

lib/env/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "1.14.0";
1+
export const VERSION = "1.15.0";

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axios",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "Promise based HTTP client for the browser and node.js",
55
"main": "./dist/node/axios.cjs",
66
"module": "./index.js",
@@ -187,4 +187,4 @@
187187
"lint-staged": {
188188
"*.{js,cjs,mjs,ts,json,md,yml,yaml}": "prettier --write"
189189
}
190-
}
190+
}

0 commit comments

Comments
 (0)