We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2aab8e commit d2e84d0Copy full SHA for d2e84d0
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+# [1.2.0](https://github.com/foca-js/foca-openapi/compare/1.1.7...1.2.0) (2024-10-20)
4
+
5
6
+### Features
7
8
+* 增加静默模式 ([a2aab8e](https://github.com/foca-js/foca-openapi/commit/a2aab8e38ffa8bac1d756960b1db39d23c3d0a5d))
9
10
## [1.1.7](https://github.com/foca-js/foca-openapi/compare/1.1.6...1.1.7) (2024-10-17)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "1.1.7",
+ "version": "1.2.0",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments