From f53588d04a03c0b38cbf49b3e4d76cd5c16b7d45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E5=BC=80=E5=8D=8A=E4=BA=A9=E5=9C=B0?= <2572468699@qq.com> Date: Wed, 14 Dec 2022 16:54:00 +0800 Subject: [PATCH] chore: update version config --- .versionrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.versionrc.json b/.versionrc.json index 195d672c..3031c4f5 100644 --- a/.versionrc.json +++ b/.versionrc.json @@ -2,7 +2,7 @@ "types": [ { "type": "feat", "section": "✨ Features | 新功能" }, { "type": "fix", "section": "🐛 Bug Fixes | Bug 修复" }, - { "type": "docs", "section": "✏️ Documentation | 文档", "hidden": true }, + { "type": "docs", "section": "✏️ Documentation | 文档" }, { "type": "style", "section": "💄 Styles | 风格", "hidden": true }, { "type": "refactor", "section": "♻️ Code Refactoring | 代码重构" }, { "type": "perf", "section": "⚡ Performance Improvements | 性能优化" },