2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-30 15:24:11 +03:00

Releasing v0.72.1

This commit is contained in:
Jay
2022-04-26 09:30:48 +02:00
parent 167cb8b8e7
commit 91d21fc5fb
9 changed files with 2278 additions and 1563 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
### 0.27.1 (April 25, 2022)
Fixes and Functionality:
- Removed import of url module in browser build due to huge size overhead and builds being broken ([#4594](https://github.com/axios/axios/pull/4594))
- Bumped follow-redirects to ^1.14.9 ([#4615](https://github.com/axios/axios/pull/4615))
### 0.27.0 (April 25, 2022)
Breaking changes:
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "axios",
"main": "./dist/axios.js",
"version": "0.27.0",
"version": "0.27.1",
"homepage": "https://axios-http.com",
"authors": [
"Matt Zabriskie"
+2254 -1553
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
File diff suppressed because one or more lines are too long
+11 -3
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,3 +1,3 @@
module.exports = {
"version": "0.27.0"
"version": "0.27.1"
};
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "axios",
"version": "0.27.0",
"version": "0.27.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "axios",
"version": "0.27.0",
"version": "0.27.1",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.14.9",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "axios",
"version": "0.27.0",
"version": "0.27.1",
"description": "Promise based HTTP client for the browser and node.js",
"main": "index.js",
"types": "index.d.ts",