All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
本项目使用 Conventional Commits 规范:
feat: 新功能fix: 修复bugdocs: 文档更新style: 代码格式调整refactor: 代码重构test: 测试相关chore: 构建过程或辅助工具的变动perf: 性能优化ci: CI配置文件和脚本的变动# 生成变更日志
npm run changelog
# 生成完整变更日志
npm run changelog:all
# 发布新版本
npm run version:patch # 修订版本
npm run version:minor # 次版本
npm run version:major # 主版本