From 405aeaa2a510fca344e269c74962840d6a5233df Mon Sep 17 00:00:00 2001 From: ChenZhaoYu <790348264@qq.com> Date: Thu, 16 Feb 2023 21:03:12 +0800 Subject: [PATCH] chore: version 2.3.3 --- .vscode/settings.json | 2 ++ CHANGELOG.md | 12 ++++++++++++ README.md | 4 +++- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 04a4b62..1c8d09b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,7 +23,9 @@ "axios", "bumpp", "chatgpt", + "chenzhaoyu", "commitlint", + "dockerhub", "esno", "GPTAPI", "iconify", diff --git a/CHANGELOG.md b/CHANGELOG.md index cc8ed9d..2b66daf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `2023-02-16` diff --git a/README.md b/README.md index 13e5752..1bedca8 100644 --- a/README.md +++ b/README.md @@ -107,12 +107,14 @@ docker build -t chatgpt-web . ## Docker compose +[Hub 地址](https://hub.docker.com/repository/docker/chenzhaoyu94/chatgpt-web/general) + ```yml version: '3' service: app: - image: 0xjerry/chatgpt-web + image: chenzhaoyu94/chatgpt-web ports: - 3002:3002 environment: diff --git a/package.json b/package.json index b687742..1322046 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chatgpt-web", - "version": "2.3.2", + "version": "2.3.3", "private": false, "description": "ChatGPT Web", "author": "ChenZhaoYu ",