From 07ba3ce20a07286fd7bcba782e484cc7a1f97586 Mon Sep 17 00:00:00 2001 From: ryota-murakami Date: Tue, 19 Sep 2023 11:15:41 +0900 Subject: [PATCH] 0.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ecc0ce5..8126fb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@laststance/git-gpt-commit", - "version": "0.3.1", + "version": "0.3.2", "description": "An AI-powered Git extension that generates commit messages using OpenAI's GPT-3, streamlining the commit process and improving developer productivity.", "main": "index.js", "type": "module",