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

chore(release): v1.2.3 (#5459)

Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
Co-authored-by: Dmitriy Mozgovoy <robotshara@gmail.com>
This commit is contained in:
github-actions[bot]
2023-01-15 19:33:15 +02:00
committed by GitHub
parent d83316db4a
commit 484e0b6ed2
17 changed files with 34 additions and 23 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
// Axios v1.2.2 Copyright (c) 2022 Matt Zabriskie and contributors
// Axios v1.2.3 Copyright (c) 2023 Matt Zabriskie and contributors
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
@@ -2397,7 +2397,7 @@
return config;
}
var VERSION = "1.2.2";
var VERSION = "1.2.3";
var validators$1 = {};