Skip to content

Commit 9229ddb

Browse files
committed
chore: 发布版本v2.3.4
1 parent 1861a48 commit 9229ddb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [2.3.4](https://github.com/foca-js/foca-openapi/compare/2.3.3...2.3.4) (2025-08-25)
4+
5+
6+
### Bug Fixes
7+
8+
* 布尔值在枚举类型中被解析为字符串类型 ([1861a48](https://github.com/foca-js/foca-openapi/commit/1861a48c3e4aee10bab60278405f9d8d57e7cf7c))
9+
310
## [2.3.3](https://github.com/foca-js/foca-openapi/compare/2.3.2...2.3.3) (2025-06-20)
411

512

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

0 commit comments

Comments
 (0)