From 1337d6b537afb2d3f501074c8ac4ef4308221197 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 18:11:40 +0200 Subject: [PATCH] chore(release): prepare release 1.16.1 (#10877) * 1.16.1 * chore(release): prepare release 1.16.1 --------- Co-authored-by: github-actions[bot] Co-authored-by: jasonsaayman <4814473+jasonsaayman@users.noreply.github.com> Co-authored-by: Jay --- lib/env/data.js | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/env/data.js b/lib/env/data.js index 7a2f1b78..381ed28a 100644 --- a/lib/env/data.js +++ b/lib/env/data.js @@ -1 +1 @@ -export const VERSION = "1.16.0"; \ No newline at end of file +export const VERSION = "1.16.1"; \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index fa34acba..dcd33d62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "axios", - "version": "1.16.0", + "version": "1.16.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "axios", - "version": "1.16.0", + "version": "1.16.1", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", diff --git a/package.json b/package.json index 4b2204f2..de6f731f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios", - "version": "1.16.0", + "version": "1.16.1", "description": "Promise based HTTP client for the browser and node.js", "main": "./dist/node/axios.cjs", "module": "./index.js", @@ -182,4 +182,4 @@ "lint-staged": { "*.{js,cjs,mjs,ts,json,md,yml,yaml}": "prettier --write" } -} +} \ No newline at end of file