From a2a9f9e25f922a7795a6742e162cb15aadd3fde0 Mon Sep 17 00:00:00 2001 From: Dream Hunter Date: Tue, 25 Nov 2025 02:02:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E8=AE=A4=E8=AF=81=E5=AF=86=E7=A0=81=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=B9=B6=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7=20(#772)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: 修复自定义认证密码功能的问题并更新版本号 - 更新版本号到 v1.1.0 - 整理 CHANGELOG,将修复信息合并到 v1.1.0 版本中 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude --- CHANGELOG.md | 5 +---- worker/src/constants.ts | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8611fac6..df551a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,10 @@ # CHANGE LOG -## v1.1.1(feature/email) - -- fix: 修复自定义认证密码功能异常的问题 (前端属性名错误 & /open_api 接口被拦截) - ## v1.1.0(main) - feat: |Admin| 维护页面增加清理 n 天前空邮件的邮箱地址功能 +- fix: 修复自定义认证密码功能异常的问题 (前端属性名错误 & /open_api 接口被拦截) ## v1.0.7 diff --git a/worker/src/constants.ts b/worker/src/constants.ts index 5b09504d..e3bc4b05 100644 --- a/worker/src/constants.ts +++ b/worker/src/constants.ts @@ -1,5 +1,5 @@ export const CONSTANTS = { - VERSION: 'v' + '1.0.7', + VERSION: 'v' + '1.1.0', // DB Version DB_VERSION_KEY: 'db_version',