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 1dbf737 commit 6cf2196Copy full SHA for 6cf2196
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [1.1.5](https://github.com/foca-js/foca-openapi/compare/1.1.4...1.1.5) (2024-10-14)
4
+
5
6
+### Bug Fixes
7
8
+* 转义后的中文无法正确寻找ref源 ([1dbf737](https://github.com/foca-js/foca-openapi/commit/1dbf7374d4e6629ade5c6c82532c70f99a6dccb1))
9
10
## [1.1.4](https://github.com/foca-js/foca-openapi/compare/1.1.3...1.1.4) (2024-10-07)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "1.1.4",
+ "version": "1.1.5",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments