1 parent d201d19 commit 1cdc2f3Copy full SHA for 1cdc2f3
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "git-rewrite-commits",
3
- "version": "0.6.9",
+ "version": "0.6.91",
4
"description": "AI-powered git commit message rewriter using OpenAI - rewrite your entire git history with better conventional commit messages",
5
"type": "module",
6
"main": "./dist/index.js",
packages/grec/package.json
"name": "grec",
"description": "Short alias for git-rewrite-commits - AI-powered git commit message rewriter",
"bin": {
@@ -34,7 +34,7 @@
34
"node": ">=16.0.0"
35
},
36
"dependencies": {
37
- "git-rewrite-commits": "^0.6.9"
+ "git-rewrite-commits": "^0.6.91"
38
39
"publishConfig": {
40
"access": "public"
0 commit comments