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 0d8f63e commit 3c3d261Copy full SHA for 3c3d261
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.3.3](https://github.com/foca-js/foca-openapi/compare/2.3.2...2.3.3) (2025-06-20)
4
+
5
6
+### Bug Fixes
7
8
+* 生成的文档注释在特定情况下可能提前结束 ([0d8f63e](https://github.com/foca-js/foca-openapi/commit/0d8f63e4a684ef751f0ba007847683446531e70e))
9
10
## [2.3.2](https://github.com/foca-js/foca-openapi/compare/2.3.1...2.3.2) (2025-05-22)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "2.3.2",
+ "version": "2.3.3",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments