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 45e4970 commit 148ae47Copy full SHA for 148ae47
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [0.2.1](https://github.com/foca-js/foca-openapi/compare/0.2.0...0.2.1) (2024-07-19)
4
+
5
6
+### Bug Fixes
7
8
+* taro适配器中requestOptions是可选的 ([90e1789](https://github.com/foca-js/foca-openapi/commit/90e1789db43ec44a69e8a0d03875f05f9a64cb86))
9
10
# [0.2.0](https://github.com/foca-js/foca-openapi/compare/0.1.1...0.2.0) (2024-07-19)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments