git-ai-control 0.4.5 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  本项目的所有重要变更都会记录在此文件中。
4
4
 
5
+ ## [0.4.6] - 2026-08-07
6
+
7
+ ### 变更
8
+
9
+ - 移除分支推送和 Pull Request 校验工作流;GitHub Actions 仅在推送 `v*` 版本标签时运行发布与校验流程。
10
+
5
11
  ## [0.4.5] - 2026-08-07
6
12
 
7
13
  ### 修复
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-ai-control",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "Git AI 本地配置与上传隐私控制面板",
5
5
  "type": "module",
6
6
  "bin": {