Skip to content

Commit 500cf10

Browse files
committed
chore: 发布版本v2.0.0
1 parent 35863bc commit 500cf10

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+
# [2.0.0](https://github.com/foca-js/foca-openapi/compare/1.3.0...2.0.0) (2025-01-01)
4+
5+
6+
### Features
7+
8+
* 输出文件放到src目录 ([35863bc](https://github.com/foca-js/foca-openapi/commit/35863bc7b40478d93804edad97ee83a06dd3cae5))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* client服务改为从相对路径引用
14+
315
# [1.3.0](https://github.com/foca-js/foca-openapi/compare/1.2.0...1.3.0) (2024-10-20)
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": "1.3.0",
3+
"version": "2.0.0",
44
"description": "根据openapi文档生成请求客户端",
55
"scripts": {
66
"test": "vitest",

0 commit comments

Comments
 (0)