Skip to content

Commit 46bee3d

Browse files
chore(release): prepare release 1.14.0 (#10563)
* 1.14.0 * chore(release): prepare release 1.14.0 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: jasonsaayman <4814473+jasonsaayman@users.noreply.github.com> Co-authored-by: Jay <jasonsaayman@gmail.com>
1 parent 518aff5 commit 46bee3d

4 files changed

Lines changed: 7 additions & 7 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.13.6",
4+
"version": "1.14.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.13.6";
1+
export const VERSION = "1.14.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axios",
3-
"version": "1.13.6",
3+
"version": "1.14.0",
44
"description": "Promise based HTTP client for the browser and node.js",
55
"main": "./dist/node/axios.cjs",
66
"module": "./index.js",
@@ -78,9 +78,9 @@
7878
"author": "Matt Zabriskie",
7979
"contributors": [
8080
"Matt Zabriskie (https://github.com/mzabriskie)",
81+
"Jay (https://github.com/jasonsaayman)",
8182
"Dmitriy Mozgovoy (https://github.com/DigitalBrainJS)",
8283
"Nick Uraltsev (https://github.com/nickuraltsev)",
83-
"Jay (https://github.com/jasonsaayman)",
8484
"Emily Morehouse (https://github.com/emilyemorehouse)",
8585
"Rubén Norte (https://github.com/rubennorte)",
8686
"Justin Beckwith (https://github.com/JustinBeckwith)",
@@ -184,4 +184,4 @@
184184
"lint-staged": {
185185
"*.{js,cjs,mjs,ts,json,md,yml,yaml}": "prettier --write"
186186
}
187-
}
187+
}

0 commit comments

Comments
 (0)