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 6cc6892 commit 175b23dCopy full SHA for 175b23d
CHANGELOG.md
@@ -1,4 +1,11 @@
1
+# Changelog
2
3
+# [2.2.0](https://github.com/foca-js/foca-openapi/compare/2.1.1...2.2.0) (2025-04-19)
4
+
5
6
+### Features
7
8
+* 使用项目内的prettier配置对生成的文件进行格式化 ([4f53541](https://github.com/foca-js/foca-openapi/commit/4f5354196fd8beb0c40f89aad60800d36cfa43c5))
9
10
## [2.1.1](https://github.com/foca-js/foca-openapi/compare/2.1.0...2.1.1) (2025-02-12)
11
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "2.1.1",
+ "version": "2.2.0",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments