Skip to content

Commit

Permalink
chore: 将 docs 将入更新日志
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Dec 21, 2021
1 parent 98610b3 commit 7d44b9d
Show file tree
Hide file tree
Showing 4 changed files with 366 additions and 645 deletions.
9 changes: 9 additions & 0 deletions .versionrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
header: '# 更新日志\n\n',
types: [
{ type: 'feat', section: '特性' },
{ type: 'fix', section: '修复' },
{ type: 'docs', section: '文档' },
{ type: 'chore', hidden: true },
],
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.29.2](https://github.com/fjc0k/yapi-to-typescript/compare/v3.29.1...v3.29.2) (2021-12-21)

### 文档

- 更新入群二维码 ([98610b3](https://github.com/fjc0k/yapi-to-typescript/commit/98610b3f759bfe551da8ba526dd72354605b9efe))

<a name="3.29.1"></a>

## [3.29.1](https://github.com/fjc0k/yapi-to-typescript/compare/v3.29.0...v3.29.1) (2021-12-08)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"notify-dingtalk": "^1.2.0",
"openapi-types": "^7.0.1",
"shx": "^0.3.2",
"standard-version": "^4.4.0",
"standard-version": "^9.3.2",
"tempy": "^0.3.0",
"typedoc": "^0.14.2",
"typescript-snapshots-plugin": "^1.7.0"
Expand Down
Loading

0 comments on commit 7d44b9d

Please sign in to comment.