From 053b10dc8a8b6e884cc267f09f31e1fb3e9260c2 Mon Sep 17 00:00:00 2001 From: Hassan El Mghari Date: Mon, 13 Feb 2023 15:32:21 -0500 Subject: [PATCH] v0.0.5 --- README.md | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99e1835..1ae5c4d 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ It currently can only support git diffs of up to 200 lines of code. I'm working Now: - Rewrite this in node to publish as an npm package +- Fix screenshot on npm +- add an npm ignore and add demo to README as well Future tasks: diff --git a/package.json b/package.json index f7d63be..633e168 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "aicommits", - "version": "0.0.4", + "version": "0.0.5", "description": "Writes your git commit messages for you with AI", "main": "cli.js", "bin": { - "gpt-commit": "./index.js" + "aicommits": "./cli.js" }, "repository": "https://github.com/Nutlope/aicommits", "author": "Hassan El Mghari (@nutlope)",