File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " opencommit" ,
3- "version" : " 2.0.19 " ,
3+ "version" : " 2.1.0 " ,
44 "description" : " Auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫" ,
55 "keywords" : [
66 " git" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { configCommand } from './commands/config';
77import { hookCommand , isHookCalled } from './commands/githook.js' ;
88import { prepareCommitMessageHook } from './commands/prepare-commit-msg-hook' ;
99import { commit } from './commands/commit' ;
10- // import { checkIsLatestVersion } from './utils/checkIsLatestVersion';
10+ import { checkIsLatestVersion } from './utils/checkIsLatestVersion' ;
1111
1212const extraArgs = process . argv . slice ( 2 ) ;
1313
2121 help : { description : packageJSON . description }
2222 } ,
2323 async ( ) => {
24- // await checkIsLatestVersion();
24+ await checkIsLatestVersion ( ) ;
2525
2626 if ( await isHookCalled ( ) ) {
2727 prepareCommitMessageHook ( ) ;
You can’t perform that action at this time.
0 commit comments