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

chore(release): prepare release 1.13.6 (#7446)

* 1.13.6

* chore(release): prepare release 1.13.6

---------

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-02-27 17:28:22 +02:00
committed by GitHub
parent 20a0ba3c01
commit 7108c8877f
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "axios",
"main": "./dist/axios.js",
"version": "1.13.5",
"version": "1.13.6",
"homepage": "https://axios-http.com",
"authors": [
"Matt Zabriskie"
+1 -1
View File
@@ -1 +1 @@
export const VERSION = '1.13.5';
export const VERSION = "1.13.6";
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "axios",
"version": "1.13.5",
"version": "1.13.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "axios",
"version": "1.13.5",
"version": "1.13.6",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.11",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "axios",
"version": "1.13.5",
"version": "1.13.6",
"description": "Promise based HTTP client for the browser and node.js",
"main": "./index.js",
"module": "./index.js",
@@ -223,4 +223,4 @@
],
"report-dir": "./coverage"
}
}
}