From f7b5c1daec941dc250089760186ba3926276cdba Mon Sep 17 00:00:00 2001 From: foliet <1843619244@qq.com> Date: Sat, 2 Dec 2023 17:24:17 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=89=88=E6=9C=AC1.14.0=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 | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 102451a..409d609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## [1.14.0](https://github.com/xh-polaris/meowchat-manager/compare/v1.13.0...v1.14.0) (2023-12-02) + + +### ✨ Features | 新功能 + +* onlyCommunityId ([2735e7d](https://github.com/xh-polaris/meowchat-manager/commit/2735e7d8a81d6605d15a127478eb6fc36fd39a00)) + + +### 🐛 Bug Fixes | Bug 修复 + +* 修复测试环境CDN问题 ([610bcae](https://github.com/xh-polaris/meowchat-manager/commit/610bcaeaf997d9bcb2b7b8e2669b1e77045d3e58)) + ## [1.13.0](https://github.com/xh-polaris/meowchat-manager/compare/v1.12.2...v1.13.0) (2023-11-27) diff --git a/package.json b/package.json index e7dadff..c201ce5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meowchat-manager", - "version": "1.13.0", + "version": "1.14.0", "private": true, "scripts": { "analyze": "cross-env ANALYZE=1 max build",