From 17659f75fed57234d8e98675ebd68417b62d6035 Mon Sep 17 00:00:00 2001 From: DCloud__JSON Date: Mon, 12 Jun 2023 16:11:31 +0800 Subject: [PATCH] 1.1.2 --- changelog.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index df6e2f6..a507659 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +## 1.1.2(2023-06-12) +- 修复 Vue3 微信小程序端 编译错误 ## 1.1.1(2023-06-09) - 修复 web-pc端样式错误 ## 1.1.0(2023-06-09) diff --git a/package.json b/package.json index 591bebd..74b2d4e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "id": "uni-ai-chat", "name": "uni-ai-chat", - "version": "1.1.1", + "version": "1.1.2", "description": "基于uni-ai的聊天示例项目,支持流式、支持前文总结,云端一体", "main": "main.js", "scripts": { -- GitLab