Skip to content

Commit

Permalink
chore(release): 3.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Nov 21, 2024
1 parent e1f89a3 commit 8d11ba1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 更新日志

## [3.38.0](https://github.com/fjc0k/yapi-to-typescript/compare/v3.37.1...v3.38.0) (2024-11-21)

### 特性

- 格式化代码时优先使用项目内安装的 Prettier,且兼容 Prettier 3 ([e8569ff](https://github.com/fjc0k/yapi-to-typescript/commit/e8569ff808871b42586c5b288eed9711c50112e4))

### 修复

- Swagger 下透传其路径参数、查询参数的类型出来 (close: [#87](https://github.com/fjc0k/yapi-to-typescript/issues/87)) ([e1f89a3](https://github.com/fjc0k/yapi-to-typescript/commit/e1f89a3ac0167aa0628f97c4f7e34bfb283979b9))

### [3.37.1](https://github.com/fjc0k/yapi-to-typescript/compare/v3.37.0...v3.37.1) (2023-08-14)

### 修复
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": "yapi-to-typescript",
"version": "3.37.1",
"version": "3.38.0",
"description": "根据 YApi 的接口定义生成 TypeScript/JavaScript 的接口类型及其请求函数代码。",
"keywords": [
"yapi",
Expand Down

0 comments on commit 8d11ba1

Please sign in to comment.