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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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:

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

dist/axios.js

Lines changed: 18 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/axios.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/axios.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/axios.min.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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)