chore: version 2.3.3

main
ChenZhaoYu 2 years ago
parent fd28468778
commit 405aeaa2a5

@ -23,7 +23,9 @@
"axios", "axios",
"bumpp", "bumpp",
"chatgpt", "chatgpt",
"chenzhaoyu",
"commitlint", "commitlint",
"dockerhub",
"esno", "esno",
"GPTAPI", "GPTAPI",
"iconify", "iconify",

@ -1,3 +1,15 @@
## v2.3.3
`2023-02-16`
### Feature
- 添加 `README` 部份说明和贡献列表
- 添加 `docker` 镜像
- 添加 `GitHub Action` 自动化构建
### BugFix
- 回退依赖更新导致的 [Eslint 报错](https://github.com/eslint/eslint/issues/16896)
## v2.3.2 ## v2.3.2
`2023-02-16` `2023-02-16`

@ -107,12 +107,14 @@ docker build -t chatgpt-web .
## Docker compose ## Docker compose
[Hub 地址](https://hub.docker.com/repository/docker/chenzhaoyu94/chatgpt-web/general)
```yml ```yml
version: '3' version: '3'
service: service:
app: app:
image: 0xjerry/chatgpt-web image: chenzhaoyu94/chatgpt-web
ports: ports:
- 3002:3002 - 3002:3002
environment: environment:

@ -1,6 +1,6 @@
{ {
"name": "chatgpt-web", "name": "chatgpt-web",
"version": "2.3.2", "version": "2.3.3",
"private": false, "private": false,
"description": "ChatGPT Web", "description": "ChatGPT Web",
"author": "ChenZhaoYu <chenzhaoyu1994@gmail.com>", "author": "ChenZhaoYu <chenzhaoyu1994@gmail.com>",

Loading…
Cancel
Save