2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

chore(release): prepare release 1.16.1 (#10877)

* 1.16.1

* chore(release): prepare release 1.16.1

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: jasonsaayman <4814473+jasonsaayman@users.noreply.github.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
github-actions[bot]
2026-05-13 18:11:40 +02:00
committed by GitHub
parent 858a790cec
commit 1337d6b537
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
export const VERSION = "1.16.0"; export const VERSION = "1.16.1";
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "axios", "name": "axios",
"version": "1.16.0", "version": "1.16.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "axios", "name": "axios",
"version": "1.16.0", "version": "1.16.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.16.0", "follow-redirects": "^1.16.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "axios", "name": "axios",
"version": "1.16.0", "version": "1.16.1",
"description": "Promise based HTTP client for the browser and node.js", "description": "Promise based HTTP client for the browser and node.js",
"main": "./dist/node/axios.cjs", "main": "./dist/node/axios.cjs",
"module": "./index.js", "module": "./index.js",