Skip to content

Commit b6d9aeb

Browse files
committed
chore: release v1.8.2
1 parent eec3a79 commit b6d9aeb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

22

3+
## [1.8.2](https://github.com/msgbyte/tailchat/compare/v1.8.1...v1.8.2) (2023-07-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **admin:** fix dashboard color conflict problem ([9f6d10c](https://github.com/msgbyte/tailchat/commit/9f6d10cb2829cdd211db8688d779d45fab37a89f))
9+
* fix auth http client not pass storage key problem [#98](https://github.com/msgbyte/tailchat/issues/98) ([eec3a79](https://github.com/msgbyte/tailchat/commit/eec3a798995c905f0d34cf2f2c67c9a9cab2c339))
10+
* **mobile:** fix name error when fetch serverName ([3a03c71](https://github.com/msgbyte/tailchat/commit/3a03c7124fac265d95be183967b9769b5c7a61d3))
11+
12+
13+
### Features
14+
15+
* create discover plugin and define db schema ([4cd2267](https://github.com/msgbyte/tailchat/commit/4cd2267d6490137085aedbffb4467066c2810dd9))
16+
* **desktop:** support add server and remove server ([b7e720d](https://github.com/msgbyte/tailchat/commit/b7e720dd68f5d913e92e8fe2949714c9aeaaeaeb))
17+
318
## [1.8.1](https://github.com/msgbyte/tailchat/compare/v1.8.0...v1.8.1) (2023-07-03)
419

520

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.8.1",
3+
"version": "1.8.2",
44
"private": true,
55
"description": "",
66
"main": "index.js",

0 commit comments

Comments
 (0)