Skip to content

Commit 9f0138c

Browse files
committed
chore: 发布版本v4.1.0
1 parent c537e90 commit 9f0138c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

22

3+
# [4.1.0](https://github.com/foca-js/foca-axios/compare/v4.0.1...v4.1.0) (2024-07-22)
4+
5+
6+
### Bug Fixes
7+
8+
* axios.create()使用了重复的适配器 ([e15590f](https://github.com/foca-js/foca-axios/commit/e15590f41104e7d9358aa1dd0d40cf668538a632))
9+
10+
11+
### Features
12+
13+
* 重试前允许执行更新令牌操作 ([03807f2](https://github.com/foca-js/foca-axios/commit/03807f23a4ac6bf7c8d51c83b040e3df05b60d6d))
14+
15+
316
## [4.0.1](https://github.com/foca-js/foca-axios/compare/v4.0.0...v4.0.1) (2024-07-21)
417

518
# [4.0.0](https://github.com/foca-js/foca-axios/compare/v3.1.0...v4.0.0) (2024-07-21)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foca-axios",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"repository": "git@github.com:foca-js/foca-axios.git",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)