8000 Fixed issues created when merging 0.26.1 · darth-coder-js/axios@ac65911 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ac65911

Browse files
committed
Fixed issues created when merging 0.26.1
1 parent 1a2ff9c commit ac65911

File tree

10 files changed

+1876
-170
lines changed

10 files changed

+1876
-170
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### 0.26.1 (March 9, 2022)
4+
5+
Fixes and Functionality:
6+
- Refactored project file structure to avoid circular imports ([#4220](https://github.com/axios/axios/pull/4220))
7+
38
### 0.26.0 (February 13, 2022)
49

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

0 commit comments

Comments
 (0)
0