mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Updated changelog
This commit is contained in:
@@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### 0.24.0 (October 25, 2021)
|
||||||
|
|
||||||
|
Breaking changes:
|
||||||
|
- Revert: change type of AxiosResponse to any, please read lengthy discussion here: ([4141](https://github.com/axios/axios/issues/4141)) pull request: ([#4114](https://github.com/axios/axios/pull/4114))
|
||||||
|
|
||||||
|
Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
|
||||||
|
|
||||||
|
- [Jay](mailto:jasonsaayman@gmail.com)
|
||||||
|
- [Rodry](https://github.com/ImRodry)
|
||||||
|
- [Remco Haszing](https://github.com/remcohaszing)
|
||||||
|
- [Isaiah Thomason](https://github.com/ITenthusiasm)
|
||||||
|
|
||||||
### 0.23.0 (October 12, 2021)
|
### 0.23.0 (October 12, 2021)
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "axios",
|
"name": "axios",
|
||||||
"version": "0.23.0",
|
"version": "0.24.0",
|
||||||
"description": "Promise based HTTP client for the browser and node.js",
|
"description": "Promise based HTTP client for the browser and node.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user