From 1932c3c26d23eb80c2bf76dc9a321f9bde0f7681 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 28 May 2023 00:58:47 +0800 Subject: [PATCH] chore: release v1.7.5 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b426ec4c..cca5290e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ +## [1.7.5](https://github.com/msgbyte/tailchat/compare/v1.7.4...v1.7.5) (2023-05-27) + + +### Bug Fixes + +* fix check logic in getGroupUserPermission ([bad6aa0](https://github.com/msgbyte/tailchat/commit/bad6aa05fadcececafdf129254f35c5ef5f6b05e)) + + +### Features + +* add preRenderTransform to parse avatar url and add reference field ([1ae5770](https://github.com/msgbyte/tailchat/commit/1ae5770603c7129490798cdf1e1f306368b2daaa)) +* **admin-next:** custom admin header and footer ([7f08f54](https://github.com/msgbyte/tailchat/commit/7f08f5408cd8a6f53b7235805f5178e0a0eff977)) +* jump to login page in invite view ([9868d24](https://github.com/msgbyte/tailchat/commit/9868d24ad569e077a678a63be5e81c7e6a16a408)) + ## [1.7.4](https://github.com/msgbyte/tailchat/compare/v1.7.3...v1.7.4) (2023-05-24) diff --git a/package.json b/package.json index 8235aecb..8bd021f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailchat", - "version": "1.7.4", + "version": "1.7.5", "private": true, "description": "", "main": "index.js",