We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26dc344 commit bc946baCopy full SHA for bc946ba
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.3.2](https://github.com/foca-js/foca-openapi/compare/2.3.1...2.3.2) (2025-05-22)
4
+
5
6
+### Bug Fixes
7
8
+* 使用axios代替fetch以防止请求出错 ([26dc344](https://github.com/foca-js/foca-openapi/commit/26dc34400999ec5313ceee50ab7f7fb55dfec4a0))
9
10
## [2.3.1](https://github.com/foca-js/foca-openapi/compare/2.3.0...2.3.1) (2025-04-23)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "2.3.1",
+ "version": "2.3.2",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments