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 e12421c commit 44cc7cdCopy full SHA for 44cc7cd
CHANGELOG.md
@@ -1,5 +1,17 @@
1
2
3
+# [0.2.0](https://github.com/foca-js/foca-openapi/compare/0.1.1...0.2.0) (2024-07-19)
4
+
5
6
+### Bug Fixes
7
8
+* exports指向了错误的路径 ([5004541](https://github.com/foca-js/foca-openapi/commit/5004541ad044db4cf6fec0a6689b19e4a882bf30))
9
10
11
+### Features
12
13
+* taro适配器 ([bea3e4c](https://github.com/foca-js/foca-openapi/commit/bea3e4c024e0d837760113de2b9c26e4b99e2b0e))
14
15
## [0.1.1](https://github.com/foca-js/foca-openapi/compare/0.1.0...0.1.1) (2024-07-19)
16
17
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "0.1.1",
+ "version": "0.2.0",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments