axios 0.27.1 → 0.27.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Changelog
2
2
 
3
- ### 0.27.1 (April 25, 2022)
3
+ ### 0.27.2 (April 27, 2022)
4
+
5
+ Fixes and Functionality:
6
+ - Fixed FormData posting in browser environment by reverting #3785 ([#4640](https://github.com/axios/axios/pull/4640))
7
+ - Enhanced protocol parsing implementation ([#4639](https://github.com/axios/axios/pull/4639))
8
+ - Fixed bundle size
9
+
10
+ ### 0.27.1 (April 26, 2022)
4
11
 
5
12
  Fixes and Functionality:
6
13
  - 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))