Skip to content

Commit 9eb7704

Browse files
committed
chore: 发布版本v4.0.0
1 parent f5809fe commit 9eb7704

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2+
3+
# [4.0.0](https://github.com/foca-js/foca-axios/compare/v3.1.0...v4.0.0) (2024-07-21)
4+
5+
6+
### Features
7+
8+
* axios全局开启适配器 ([42a6eb8](https://github.com/foca-js/foca-axios/commit/42a6eb88a7fc7b815fb93536194b821b349efbe2))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* 缓存默认关闭
14+
115
## [3.1.0](https://github.com/foca-js/foca-axios/compare/v3.0.2...v3.1.0)  (2023-03-20)
216

317
- 所有特性默认都是开启的

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": "3.1.0",
3+
"version": "4.0.0",
44
"repository": "git@github.com:foca-js/foca-axios.git",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)