Release 0.4.2 (#242)

* release: 0.4.2

* docs: update changelog and readme for v0.4.2 release

* docs(README.md): add important information about new user system and env variables
This commit is contained in:
Danny Avila 2023-05-11 16:39:44 -04:00 committed by GitHub
parent 91e9b167b3
commit 94ad31dce3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 32 additions and 24 deletions

4
api/package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "chatgpt-clone",
"version": "0.4.1",
"version": "0.4.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "chatgpt-clone",
"version": "0.4.1",
"version": "0.4.2",
"license": "ISC",
"dependencies": {
"@dqbd/tiktoken": "^1.0.2",

View file

@ -1,6 +1,6 @@
{
"name": "chatgpt-clone",
"version": "0.4.1",
"version": "0.4.2",
"description": "",
"main": "server/index.js",
"scripts": {