Skip to content

Commit

Permalink
chore: 发布版本v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geekact committed Jul 20, 2024
1 parent f5d6537 commit d8115a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


## [0.4.1](https://github.com/foca-js/foca-openapi/compare/0.4.0...0.4.1) (2024-07-20)


### Bug Fixes

* 唯一值使用路由转换才符合直觉 ([f5d6537](https://github.com/foca-js/foca-openapi/commit/f5d65374f5097724ca0352cd8eba6b96fc1e1fef))
* 执行请求时this上下文指向错误 ([49c9196](https://github.com/foca-js/foca-openapi/commit/49c9196e63a56c5cc3d92ea85bc4df7fada3aa36))

# [0.4.0](https://github.com/foca-js/foca-openapi/compare/0.3.0...0.4.0) (2024-07-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
"version": "0.4.0",
"version": "0.4.1",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
Expand Down

0 comments on commit d8115a4

Please sign in to comment.