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 59ffa65 commit 7e704abCopy full SHA for 7e704ab
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.3.1](https://github.com/foca-js/foca-openapi/compare/2.3.0...2.3.1) (2025-04-23)
4
+
5
6
+### Bug Fixes
7
8
+* 修正生成模板中的可选URI格式 ([59ffa65](https://github.com/foca-js/foca-openapi/commit/59ffa655e2b90a0c476c2cc17374b94cee5e61f7))
9
10
# [2.3.0](https://github.com/foca-js/foca-openapi/compare/2.2.0...2.3.0) (2025-04-19)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "2.3.0",
+ "version": "2.3.1",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments