Skip to content

Commit 9a0ba40

Browse files
committed
chore: 发布版本v0.2.2
1 parent affd557 commit 9a0ba40

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+
## [0.2.2](https://github.com/foca-js/foca-openapi/compare/0.2.1...0.2.2) (2024-07-19)
4+
5+
6+
### Bug Fixes
7+
8+
* 缺失patch方法 ([8ee603e](https://github.com/foca-js/foca-openapi/commit/8ee603ea2c13dd5ee1d5445dbdfa2a644a528e17))
9+
* 获取contentType时key拼接错误 ([1531c99](https://github.com/foca-js/foca-openapi/commit/1531c99ff7d0c04d59801cd4ac8376958c7e8b5b))
10+
311
## [0.2.1](https://github.com/foca-js/foca-openapi/compare/0.2.0...0.2.1) (2024-07-19)
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": "0.2.1",
3+
"version": "0.2.2",
44
"description": "根据openapi文档生成请求客户端",
55
"scripts": {
66
"test": "vitest",

0 commit comments

Comments
 (0)