Skip to content

Commit f3e4c9e

Browse files
committed
chore: 发布版本v1.1.4
1 parent 31642aa commit f3e4c9e

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+
## [1.1.4](https://github.com/foca-js/foca-openapi/compare/1.1.3...1.1.4) (2024-10-07)
4+
5+
6+
### Bug Fixes
7+
8+
* axios适配器不兼容foca-axios ([31642aa](https://github.com/foca-js/foca-openapi/commit/31642aa7509ace876fba85a6be96959926462bf6))
9+
* pnpm安装时,相同的文件会使用同一个inode变成硬链接 ([5fc3343](https://github.com/foca-js/foca-openapi/commit/5fc3343f013e64194d5a2cb100bfbd0ca9bc7fd5))
10+
311
## [1.1.3](https://github.com/foca-js/foca-openapi/compare/1.1.2...1.1.3) (2024-10-07)
412

513
## [1.1.2](https://github.com/foca-js/foca-openapi/compare/1.1.1...1.1.2) (2024-10-05)

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

0 commit comments

Comments
 (0)