Skip to content

Commit f50d34c

Browse files
committed
chore: 发布版本v0.7.2
1 parent e9d0749 commit f50d34c

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

22

3+
## [0.7.2](https://github.com/foca-js/foca-openapi/compare/0.7.1...0.7.2) (2024-07-28)
4+
5+
6+
### Bug Fixes
7+
8+
* 对象结构中可能包含特殊字符,需要使用引号包裹 ([db14ff4](https://github.com/foca-js/foca-openapi/commit/db14ff4e379ece4315abc8e40a7d41e494bdaa5f))
9+
310
## [0.7.1](https://github.com/foca-js/foca-openapi/compare/0.7.0...0.7.1) (2024-07-28)
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": "0.7.1",
3+
"version": "0.7.2",
44
"description": "根据openapi文档生成请求客户端",
55
"scripts": {
66
"test": "vitest",

0 commit comments

Comments
 (0)