chore: release v1.3.1

pull/64/head v1.3.1
moonrailgun 2 years ago
parent 62c7edfd6b
commit 27bb487de6

@ -1,5 +1,14 @@
## [1.3.1](https://github.com/msgbyte/tailchat/compare/v1.3.0...v1.3.1) (2022-12-18)
### Bug Fixes
* 修复Markdown 引用没有样式的bug ([4e21735](https://github.com/msgbyte/tailchat/commit/4e21735d7b11906808c9010a06c45bfe9179fc94))
* 修复markdown引用样式问题 ([1326b9d](https://github.com/msgbyte/tailchat/commit/1326b9dd055ee19719cc90bfc86ebc0e087b6079))
* 优化withKeepAliveOverlay的参数依赖管理修复不强制渲染时无法取消挂载的情况 ([42e004c](https://github.com/msgbyte/tailchat/commit/42e004ce206afd98f4cba5c04d28f14fd630a2fa))
# [1.3.0](https://github.com/msgbyte/tailchat/compare/v1.2.0...v1.3.0) (2022-12-18)

@ -1,6 +1,6 @@
{
"name": "tailchat",
"version": "1.3.0",
"version": "1.3.1",
"private": true,
"description": "",
"main": "index.js",

Loading…
Cancel
Save