2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-14 18:42:33 +03:00

chore: updated changelog

This commit is contained in:
Jay
2022-10-07 11:04:34 +02:00
parent 9fc94b7dcd
commit 6140fcf96f
12 changed files with 24 additions and 20 deletions
+2 -4
View File
@@ -1,4 +1,4 @@
// Axios v1.1.0 Copyright (c) 2022 Matt Zabriskie and contributors
// Axios v1.1.1 Copyright (c) 2022 Matt Zabriskie and contributors
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
@@ -2442,7 +2442,7 @@
return config;
}
var VERSION = "1.1.0";
var VERSION = "1.1.1";
var validators$1 = {}; // eslint-disable-next-line func-names
@@ -2915,8 +2915,6 @@
return formDataToJSON(utils.isHTMLForm(thing) ? new FormData(thing) : thing);
};
axios.AxiosHeaders = AxiosHeaders;
exports["default"] = axios;
Object.defineProperty(exports, '__esModule', { value: true });