Skip to content

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

Diff for: CHANGELOG.md

+6
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:

Diff for: bower.json

+1-1
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)