Skip to content

Commit ad9a1f2

Browse files
committed
chore: 发布版本v0.4.1
1 parent 00a6805 commit ad9a1f2

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.4.1](https://github.com/foca-js/foca-openapi/compare/0.4.0...0.4.1) (2024-07-20)
4+
5+
6+
### Bug Fixes
7+
8+
* 唯一值使用路由转换才符合直觉 ([f5d6537](https://github.com/foca-js/foca-openapi/commit/f5d65374f5097724ca0352cd8eba6b96fc1e1fef))
9+
* 执行请求时this上下文指向错误 ([49c9196](https://github.com/foca-js/foca-openapi/commit/49c9196e63a56c5cc3d92ea85bc4df7fada3aa36))
10+
311
# [0.4.0](https://github.com/foca-js/foca-openapi/compare/0.3.0...0.4.0) (2024-07-20)
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.4.0",
3+
"version": "0.4.1",
44
"description": "根据openapi文档生成请求客户端",
55
"scripts": {
66
"test": "vitest",

0 commit comments

Comments
 (0)