Skip to content

Commit 772e8b0

Browse files
committed
chore: 发布版本v2.0.1
1 parent b98a31e commit 772e8b0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

22

3+
## [2.0.1](https://github.com/foca-js/foca-openapi/compare/2.0.0...2.0.1) (2025-01-01)
4+
5+
6+
### Bug Fixes
7+
8+
* rpc-group模式下方法丢失context ([c6bf3ae](https://github.com/foca-js/foca-openapi/commit/c6bf3aeb6278a660d98d3edc7f420053bb576e78))
9+
* 未导入string命名空间 ([b98a31e](https://github.com/foca-js/foca-openapi/commit/b98a31e5bb3bc7df71066929b5d226512cb5bcb1))
10+
311
# [2.0.0](https://github.com/foca-js/foca-openapi/compare/1.3.0...2.0.0) (2025-01-01)
412

513

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

0 commit comments

Comments
 (0)