From 2cd6292f32056058e9d8d0d0e579fd7e0bd0df30 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 2 Dec 2022 18:53:51 -0600 Subject: [PATCH] 0.2.0 --- legacy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/package.json b/legacy/package.json index 065f5d1d..aa30cbbd 100644 --- a/legacy/package.json +++ b/legacy/package.json @@ -1,6 +1,6 @@ { "name": "chatgpt", - "version": "0.1.0", + "version": "0.2.0", "description": "Node.js wrapper around ChatGPT. Uses headless Chrome until the official API is released.", "author": "Travis Fischer ", "repository": "transitive-bullshit/chatgpt-api",