diff --git a/package.json b/package.json index 1b49a02..dbde0f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aicommits", - "version": "0.2.3", + "version": "0.2.5", "description": "Writes your git commit messages for you with AI", "main": "bin/index.js", "bin": { @@ -19,6 +19,6 @@ "dependencies": { "chalk": "^4.1.2", "inquirer": "^8.0.0", - "node-fetch": "^3.3.0" + "node-fetch": "^2.6.9" } } diff --git a/screenshot.png b/screenshot.png index 2eefc23..847dcef 100644 Binary files a/screenshot.png and b/screenshot.png differ