Release 0.4.6 (#332)

This commit is contained in:
Danny Avila 2023-05-19 16:21:45 -04:00 committed by GitHub
parent ec561fcd7f
commit a9444b66a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{
"name": "chat-backend",
"version": "0.4.5",
"version": "0.4.6",
"description": "",
"main": "server/index.js",
"scripts": {

View file

@ -1,6 +1,6 @@
{
"name": "chat-frontend",
"version": "0.4.5",
"version": "0.4.6",
"description": "",
"type": "module",
"scripts": {

8
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "chatgpt-clone",
"version": "0.4.5",
"version": "0.4.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "chatgpt-clone",
"version": "0.4.5",
"version": "0.4.6",
"license": "ISC",
"workspaces": [
"api",
@ -35,7 +35,7 @@
},
"api": {
"name": "chat-backend",
"version": "0.4.5",
"version": "0.4.6",
"license": "ISC",
"dependencies": {
"@dqbd/tiktoken": "^1.0.2",
@ -78,7 +78,7 @@
},
"client": {
"name": "chat-frontend",
"version": "0.4.5",
"version": "0.4.6",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",

View file

@ -1,6 +1,6 @@
{
"name": "chatgpt-clone",
"version": "0.4.5",
"version": "0.4.6",
"description": "",
"workspaces": [
"api",