Skip to content

Commit 7a074be

Browse files
committed
chore: release v1.11.0
1 parent 6b0fffb commit 7a074be

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11

22

3+
# [1.11.0](https://github.com/msgbyte/tailchat/compare/v1.10.1...v1.11.0) (2024-04-06)
4+
5+
6+
### Bug Fixes
7+
8+
* fix error tip for user cannot add self as friend ([592e4ab](https://github.com/msgbyte/tailchat/commit/592e4ab8bd03f001737d7195759e533799bbd8df))
9+
* invalid user id will broken all userId info query problem ([de63b31](https://github.com/msgbyte/tailchat/commit/de63b312adf53d8dd9425b213736415be4314dfb))
10+
11+
12+
### Features
13+
14+
* add group panel quick actions ([c451a09](https://github.com/msgbyte/tailchat/commit/c451a091c33a89da04e6013306efe554c2be3bc8))
15+
* add quick search button in navbar ([6b0fffb](https://github.com/msgbyte/tailchat/commit/6b0fffb0786a5eb83ef5cb26e748f3198e82194d))
16+
17+
18+
### Performance Improvements
19+
20+
* improve mention list to make sure its will work fine in huge group ([d79a62b](https://github.com/msgbyte/tailchat/commit/d79a62bf455ce0aa268b8582438433eab4413b6d))
21+
322
## [1.10.1](https://github.com/msgbyte/tailchat/compare/v1.10.0...v1.10.1) (2024-03-17)
423

524

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailchat",
3-
"version": "1.10.1",
3+
"version": "1.11.0",
44
"private": true,
55
"description": "",
66
"main": "index.js",

0 commit comments

Comments
 (0)