@kud/ai-conventional-commit-cli 0.4.3 → 0.4.4
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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1136,7 +1136,7 @@ async function loadConfig(cwd = process.cwd()) {
|
|
|
1136
1136
|
// package.json
|
|
1137
1137
|
var package_default = {
|
|
1138
1138
|
name: "@kud/ai-conventional-commit-cli",
|
|
1139
|
-
version: "0.4.
|
|
1139
|
+
version: "0.4.4",
|
|
1140
1140
|
type: "module",
|
|
1141
1141
|
description: "Opinionated, style-aware AI assistant for crafting and splitting git commits (opencode-based, provider-agnostic).",
|
|
1142
1142
|
bin: {
|
package/package.json
CHANGED