From 71ecac6a1e1e661e1573a2e0403f6f9ec04a4fdb Mon Sep 17 00:00:00 2001 From: linju Date: Thu, 14 Nov 2024 16:35:51 +0800 Subject: [PATCH] 3.4.38 --- changelog.md | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index a897d7d..a041968 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +## 3.4.38(2024-11-14) +更新 去掉可选链,兼容 Nodejs12 ## 3.4.36(2024-11-12) 修复 弱网的情况下,消息含图片等资源上传失败后,点击重发后接收方收到的消息资源错误的问题 更新 查找好友页面不再显示当前用户自己 diff --git a/package.json b/package.json index a1743aa..eba1a18 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "id": "uni-im", "displayName": "uni-im", - "version": "3.4.36", + "version": "3.4.38", "description": "uni-im是云端一体的、全平台的、免费的、开源即时通讯系统", "keywords": [ "im,即时通讯,客服,聊天" @@ -44,7 +44,7 @@ "platforms": { "cloud": { "tcb": "y", - "aliyun": "n", + "aliyun": "y", "alipay": "y" }, "client": { -- GitLab