diff --git a/lib/env/data.js b/lib/env/data.js index 0efebd2d..8d6768af 100644 --- a/lib/env/data.js +++ b/lib/env/data.js @@ -1 +1 @@ -export const VERSION = "1.15.1"; \ No newline at end of file +export const VERSION = "1.15.2"; \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 85b45579..75539cc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "axios", - "version": "1.15.1", + "version": "1.15.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "axios", - "version": "1.15.1", + "version": "1.15.2", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", diff --git a/package.json b/package.json index 7f22bbb2..e6d1e2fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios", - "version": "1.15.1", + "version": "1.15.2", "description": "Promise based HTTP client for the browser and node.js", "main": "./dist/node/axios.cjs", "module": "./index.js",