From dca02c4fb2770a41c93decf3ae826e2312a5fbd2 Mon Sep 17 00:00:00 2001 From: "fuqihao.foliet" Date: Thu, 14 Dec 2023 21:09:22 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=89=88=E6=9C=AC1.20.5=E5=8F=91?= =?UTF-8?q?=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++-- package.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4692467a..f657cd10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ - - + + +## [1.20.5](https://github.com/xh-polaris/meowchat-app/compare/v1.20.4...v1.20.5) (2023-12-14) + + +### 🐛 Bug Fixes | Bug 修复 + +* 分享至朋友圈时可以正确显示内容,范围为所有社区 ([ad5ceca](https://github.com/xh-polaris/meowchat-app/commit/ad5ceca2a52d68308c2a2e696d9030a40c3a9c8f)) + ## [1.20.4](https://github.com/xh-polaris/meowchat-app/compare/v1.20.3...v1.20.4) (2023-12-10) diff --git a/package.json b/package.json index 43de8d43..6de3ac42 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "engines": { "node": ">=16.0.0" }, - "version": "1.20.4", + "version": "1.20.5", "scripts": { "dev:app": "uni -p app", "dev:app-android": "uni -p app-android",