Skip to content

Commit

Permalink
True up dev (#4221)
Browse files Browse the repository at this point in the history
* Updated changelog

* Adding minfied files

* Update CHANGELOG.md (#4219)

* Update CHANGELOG.md

The mentioned pull request in the latest changelog was unrelated to the listed change. I believe this is the correct PR.

* Update CHANGELOG.md

Co-authored-by: Jay <jasonsaayman@gmail.com>

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
  • Loading branch information
jasonsaayman and rijkvanzanten committed Oct 26, 2021
1 parent 2c9cc76 commit 20cdde2
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# 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: ([#4186](https://github.com/axios/axios/pull/4186))

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)

Breaking changes:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "axios",
"main": "./dist/axios.js",
"version": "0.23.0",
"version": "0.24.0",
"homepage": "https://axios-http.com",
"authors": [
"Matt Zabriskie"
Expand Down
2 changes: 1 addition & 1 deletion dist/axios.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/axios.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/axios.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/axios.min.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/env/data.js
@@ -1,3 +1,3 @@
module.exports = {
"version": "0.23.0"
"version": "0.24.0"
};
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "axios",
"version": "0.23.0",
"version": "0.24.0",
"description": "Promise based HTTP client for the browser and node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 20cdde2

Please sign in to comment.