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 9bf8846 commit 9384ff7Copy full SHA for 9384ff7
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [1.1.7](https://github.com/foca-js/foca-openapi/compare/1.1.6...1.1.7) (2024-10-17)
4
+
5
6
+### Bug Fixes
7
8
+* 多客户端场景下,cjs文件语法错误 ([9bf8846](https://github.com/foca-js/foca-openapi/commit/9bf884626d33efc278f9239cb49428c5cbd4ca6d))
9
10
## [1.1.6](https://github.com/foca-js/foca-openapi/compare/1.1.5...1.1.6) (2024-10-17)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "1.1.6",
+ "version": "1.1.7",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments