From 25c114bdcd3bf7eb7af75f61aeef80a1a7f3236e Mon Sep 17 00:00:00 2001 From: Hassan El Mghari Date: Mon, 13 Feb 2023 15:42:55 -0500 Subject: [PATCH] v0.0.9 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 299be06..ff7d712 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aicommits", - "version": "0.0.8", + "version": "0.0.9", "description": "Writes your git commit messages for you with AI", "main": "index.js", "bin": { @@ -11,6 +11,7 @@ "author": "Hassan El Mghari (@nutlope)", "license": "MIT", "dependencies": { - "inquirer": "^9.1.4" + "inquirer": "^9.1.4", + "node-fetch": "^3.3.0" } }