From 2d06f96e8602c2db13b65a26340ee4a1bbc0b61f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 08:38:08 +0200 Subject: [PATCH] chore(release): prepare release 1.18.0 (#11003) Co-authored-by: github-actions[bot] Co-authored-by: jasonsaayman <4814473+jasonsaayman@users.noreply.github.com> --- lib/env/data.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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",