From 051cf60cd13bdaadad0477b2eccc3ea90d342842 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sat, 3 Dec 2022 02:47:16 -0600 Subject: [PATCH] 0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77ad139..295fcf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chatgpt", - "version": "0.3.0", + "version": "0.4.0", "description": "Node.js wrapper around ChatGPT. Uses headless Chrome until the official API is released.", "author": "Travis Fischer ", "repository": "transitive-bullshit/chatgpt-api",