Skip to content

Commit 44cc7cd

Browse files
committed
chore: 发布版本v0.2.0
1 parent e12421c commit 44cc7cd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11

22

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+
315
## [0.1.1](https://github.com/foca-js/foca-openapi/compare/0.1.0...0.1.1) (2024-07-19)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foca-openapi",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "根据openapi文档生成请求客户端",
55
"scripts": {
66
"test": "vitest",

0 commit comments

Comments
 (0)