Skip to content

Commit 7ed188c

Browse files
committed
chore: 发布版本v0.1.0
1 parent abadf36 commit 7ed188c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
# 0.1.0 (2024-07-18)
4+
5+
6+
### Bug Fixes
7+
8+
* cjs项目读取配置失败 ([5e59ac5](https://github.com/foca-js/foca-openapi/commit/5e59ac5f9d03b9eba08afb23d38e4319cba40571))
9+
* 打包时未过滤第三方库 ([7870610](https://github.com/foca-js/foca-openapi/commit/787061041fab148c365de864e0a66c41509443c8))
10+
* 项目安装当前包失败 ([8e06437](https://github.com/foca-js/foca-openapi/commit/8e0643727c7d3733f05c446d2575fc167577f8f8))
11+
12+
13+
### Features
14+
15+
* 初始化 ([7350225](https://github.com/foca-js/foca-openapi/commit/73502250bec4a69a79a70259d4835ead37670e06))

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.0.0",
3+
"version": "0.1.0",
44
"description": "根据openapi文档生成请求客户端",
55
"scripts": {
66
"test": "vitest",

0 commit comments

Comments
 (0)