Skip to content

Commit

Permalink
chore(release): 3.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Mar 14, 2022
1 parent d8e93d4 commit ae3e327
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 更新日志

### [3.33.1](https://github.com/fjc0k/yapi-to-typescript/compare/v3.33.0...v3.33.1) (2022-03-14)

### 修复

- **类型引用:** 修复引用根级类型报错的问题 ([d8e93d4](https://github.com/fjc0k/yapi-to-typescript/commit/d8e93d48fe6a1b4403802d1c5365f89f506a0832))

## [3.33.0](https://github.com/fjc0k/yapi-to-typescript/compare/v3.32.1...v3.33.0) (2022-03-12)

### 特性
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.33.0",
"version": "3.33.1",
"description": "根据 YApi 的接口定义生成 TypeScript/JavaScript 的接口类型及其请求函数代码。",
"keywords": [
"yapi",
Expand Down

0 comments on commit ae3e327

Please sign in to comment.