diff --git a/lib/env/data.js b/lib/env/data.js index 8d6768af..7a2f1b78 100644 --- a/lib/env/data.js +++ b/lib/env/data.js @@ -1 +1 @@ -export const VERSION = "1.15.2"; \ No newline at end of file +export const VERSION = "1.16.0"; \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 9c066f8b..1241eaf3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "axios", - "version": "1.15.2", + "version": "1.16.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "axios", - "version": "1.15.2", + "version": "1.16.0", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", diff --git a/package.json b/package.json index b8493335..b9aa7fdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios", - "version": "1.15.2", + "version": "1.16.0", "description": "Promise based HTTP client for the browser and node.js", "main": "./dist/node/axios.cjs", "module": "./index.js", @@ -82,13 +82,13 @@ "Dmitriy Mozgovoy (https://github.com/DigitalBrainJS)", "Nick Uraltsev (https://github.com/nickuraltsev)", "Emily Morehouse (https://github.com/emilyemorehouse)", - "Justin Beckwith (https://github.com/JustinBeckwith)", "Rubén Norte (https://github.com/rubennorte)", + "Justin Beckwith (https://github.com/JustinBeckwith)", "Martti Laine (https://github.com/codeclown)", "Xianming Zhong (https://github.com/chinesedfan)", - "Remco Haszing (https://github.com/remcohaszing)", - "Shaan Majid (https://github.com/shaanmajid)", "Willian Agostini (https://github.com/WillianAgostini)", + "Shaan Majid (https://github.com/shaanmajid)", + "Remco Haszing (https://github.com/remcohaszing)", "Rikki Gibson (https://github.com/RikkiGibson)" ], "sideEffects": false, @@ -180,4 +180,4 @@ "lint-staged": { "*.{js,cjs,mjs,ts,json,md,yml,yaml}": "prettier --write" } -} +} \ No newline at end of file