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 49ee7a9 commit 334102eCopy full SHA for 334102e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [0.1.1](https://github.com/foca-js/foca-openapi/compare/0.1.0...0.1.1) (2024-07-19)
4
+
5
6
+### Bug Fixes
7
8
+* 重新打包时无法生成.d.ts ([f4174c8](https://github.com/foca-js/foca-openapi/commit/f4174c88f6142fa5406718ee3a340561d379b49d))
9
10
# 0.1.0 (2024-07-18)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments