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