@ckpack/ai-commit 1.0.4 → 1.1.0

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/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -115,7 +115,7 @@ function initCommand(program$1) {
115
115
  //#endregion
116
116
  //#region package.json
117
117
  var name = "@ckpack/ai-commit";
118
- var version = "1.0.4";
118
+ var version = "1.1.0";
119
119
  var description = "根据 git diff 信息 生成符合 Conventional Commits 的提交信息.";
120
120
 
121
121
  //#endregion
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ckpack/ai-commit",
3
3
  "type": "module",
4
- "version": "1.0.4",
4
+ "version": "1.1.0",
5
5
  "private": false,
6
6
  "packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
7
7
  "description": "根据 git diff 信息 生成符合 Conventional Commits 的提交信息.",