From d6215b4fc5b6066075d001a52c8ae133aaffc1f4 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 4 Dec 2022 04:33:48 -0600 Subject: [PATCH] 0.4.2 --- legacy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/package.json b/legacy/package.json index 1bf467c0..1e9d0500 100644 --- a/legacy/package.json +++ b/legacy/package.json @@ -1,6 +1,6 @@ { "name": "chatgpt", - "version": "0.4.1", + "version": "0.4.2", "description": "Node.js wrapper around ChatGPT. Uses headless Chrome until the official API is released.", "author": "Travis Fischer ", "repository": "transitive-bullshit/chatgpt-api",