Skip to content

Commit

Permalink
Releasing v0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsaayman committed Apr 26, 2022
1 parent 167cb8b commit cb9c534
Show file tree
Hide file tree
Showing 9 changed files with 2,193 additions and 1,478 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -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"
Expand Down

0 comments on commit cb9c534

Please sign in to comment.