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 9997588 commit 3863cd0Copy full SHA for 3863cd0
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [0.7.1](https://github.com/foca-js/foca-openapi/compare/0.7.0...0.7.1) (2024-07-28)
4
+
5
6
+### Bug Fixes
7
8
+* xxxOf可能与任意结构组合 ([0e5533a](https://github.com/foca-js/foca-openapi/commit/0e5533ae898c992218c82c091c3af8017fbb4aa9))
9
10
# [0.7.0](https://github.com/foca-js/foca-openapi/compare/0.6.0...0.7.0) (2024-07-27)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "0.7.0",
+ "version": "0.7.1",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments