@denyhs/cortex-cli
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "@denyhs/cortex-cli", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "CLI tool to generate commit messages based on repository changes", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -99,3 +99,3 @@ import chalk from 'chalk'; | ||
} | ||
throw new Error('test'); | ||
return finalOptions; | ||
@@ -102,0 +102,0 @@ }; |
20640
369