From 5c6a08344eb87e190e53eb5d13fee0f78b6dbf8b Mon Sep 17 00:00:00 2001 From: tbxark Date: Fri, 17 Jan 2025 10:51:04 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=87=B31.10.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/cn/CHANGELOG.md | 3 +++ doc/en/CHANGELOG.md | 3 +++ package.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/cn/CHANGELOG.md b/doc/cn/CHANGELOG.md index 4a9626c2..19b91a69 100644 --- a/doc/cn/CHANGELOG.md +++ b/doc/cn/CHANGELOG.md @@ -1,5 +1,8 @@ # 更新日志 +- v1.10.5 + - 添加`Telegram MarkdownV2`完整支持 + - v1.10.0 - 使用 InlineKeyboards 切换模型 diff --git a/doc/en/CHANGELOG.md b/doc/en/CHANGELOG.md index cce3c21c..82ae986e 100644 --- a/doc/en/CHANGELOG.md +++ b/doc/en/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +- v1.10.5 + - Add full support for `Telegram MarkdownV2` + - v1.10.0 - Switching Models with InlineKeyboards diff --git a/package.json b/package.json index 12d5bddb..6ed939da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chatgpt-telegram-workers", "type": "module", - "version": "1.10.3", + "version": "1.10.5", "description": "The easiest and quickest way to deploy your own ChatGPT Telegram bot is to use a single file and simply copy and paste it. There is no need for any dependencies, local development environment configuration, domain names, or servers.", "author": "tbxark ", "license": "MIT",