2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

chore(release): prepare release 1.15.2 (#10789)

* 1.15.2

* chore(release): prepare release 1.15.2

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: jasonsaayman <4814473+jasonsaayman@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-21 19:45:22 +02:00
committed by GitHub
parent 4709a48fa2
commit 582934382e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
export const VERSION = "1.15.1";
export const VERSION = "1.15.2";
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -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",