Skip to content

Commit fc15665

Browse files
committed
[Releasing] v0.21.4
1 parent c2714f0 commit fc15665

File tree

7 files changed

+36
-9
lines changed

7 files changed

+36
-9
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
### 0.21.4 (September 6, 2021)
4+
5+
Fixes and Functionality:
6+
- Fixing JSON transform when data is stringified. Providing backward compatability and complying to the JSON RFC standard ([#4020](https://github.com/axios/axios/pull/4020))
7+
8+
Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
9+
10+
- [Jay](mailto:[email protected])
11+
- [Guillaume Fortaine](https://github.com/gfortaine)
12+
- [Yusuke Kawasaki](https://github.com/kawanet)
13+
- [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
14+
315
### 0.21.3 (September 4, 2021)
416

517
Fixes and Functionality:

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.21.3",
4+
"version": "0.21.4",
55
"homepage": "https://axios-http.com",
66
"authors": [
77
"Matt Zabriskie"

Diff for: dist/axios.js

+18-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/axios.map

+1-1
Large diffs are not rendered by default.

Diff for: dist/axios.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/axios.min.map

+1-1
Large diffs are not rendered by default.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axios",
3-
"version": "0.21.3",
3+
"version": "0.21.4",
44
"description": "Promise based HTTP client for the browser and node.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)