diff --git a/changelog.md b/changelog.md index df6e2f69dd4782e8f7fdae1be1b01984a4752d9f..a5076599b4f0e36c7eb66ba6f8599ae2aed5c92f 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 591bebdcb2a2007111f243aba20441205562a745..74b2d4e43b8c1f3847c4706442e348c699a382e1 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": {