8000 Releasing v0.72.1 · darth-coder-js/axios@91d21fc · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 91d21fc

Browse files
committed
Releasing v0.72.1
1 parent 167cb8b commit 91d21fc

File tree

9 files changed

+2193
-1478
lines changed

9 files changed

+2193
-1478
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 0.27.1 (April 25, 2022)
4+
5+
Fixes and Functionality:
6+
- 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))
7+
- Bumped follow-redirects to ^1.14.9 ([#4615](https://github.com/axios/axios/pull/4615))
8+
39
### 0.27.0 (April 25, 2022)
410

511
Breaking changes:

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "axios",
33
"main": "./dist/axios.js",
4-
"version": "0.27.0",
4+
"version": "0.27.1",
55
"homepage": "https://axios-http.com",
66
"authors": [
77
"Matt Zabriskie"

0 commit comments

Comments
 (0)
0