diff --git a/lib/env/data.js b/lib/env/data.js index 20569c75..6b5a6ceb 100644 --- a/lib/env/data.js +++ b/lib/env/data.js @@ -1 +1 @@ -export const VERSION = "1.17.0"; \ No newline at end of file +export const VERSION = "1.18.0"; \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 185f8add..956068ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "axios", - "version": "1.17.0", + "version": "1.18.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "axios", - "version": "1.17.0", + "version": "1.18.0", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", diff --git a/package.json b/package.json index 746e01b7..ffc848cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios", - "version": "1.17.0", + "version": "1.18.0", "description": "Promise based HTTP client for the browser and node.js", "main": "./dist/node/axios.cjs", "module": "./index.js",