chore: bump version to 0.4.1 in package.json files (#222)

feat: update docker-compose.yml to use latest image from docker hub
This commit is contained in:
Danny Avila 2023-05-09 17:57:04 -04:00 committed by GitHub
parent 4b94af0429
commit 03d871316a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

4
api/package-lock.json generated
View file

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

View file

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

View file

@ -1,12 +1,12 @@
{
"name": "chatgpt-clone",
"version": "0.4.0",
"version": "0.4.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "chatgpt-clone",
"version": "0.4.0",
"version": "0.4.1",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",

View file

@ -1,6 +1,6 @@
{
"name": "chatgpt-clone",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"type": "module",
"scripts": {

View file

@ -23,7 +23,7 @@ services:
build:
context: .
target: node-api
# image: chatgptclone/app:0.4.0 # Uncomment this & comment above to build from docker hub image
# image: chatgptclone/app:latest # Uncomment this & comment above to build from docker hub image
restart: always
env_file:
- ./api/.env

View file

@ -1,6 +1,6 @@
{
"name": "chatgpt-clone",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"scripts": {
"e2e": "playwright test --config=e2e/playwright.config.js",