From d57a878a99427a8a4252dcba41f6aa1fdc00f235 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Tue, 29 Oct 2024 00:18:36 +0800 Subject: [PATCH] chore: release v1.11.8 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab03a401..820d52b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ +## [1.11.8](https://github.com/msgbyte/tailchat/compare/v1.11.7...v1.11.8) (2024-10-28) + + +### Bug Fixes + +* fix a issue which markdown component can render meta tag problem ([9998c57](https://github.com/msgbyte/tailchat/commit/9998c57358b31b85bfec5955bcf852e12afe6bfd)) + + +### Features + +* add DISABLE_TRACING env which useful save logs ([55e4f38](https://github.com/msgbyte/tailchat/commit/55e4f3835085b2efe94e177c80c5ceefa030fa95)) +* markdown disable iframe auto play ([16086d1](https://github.com/msgbyte/tailchat/commit/16086d1b77dd158f0ccbd5f4803384b96c676e12)) + + +### Performance Improvements + +* improve file table display in file table ([ab78309](https://github.com/msgbyte/tailchat/commit/ab7830999d000d68f37cee5ccbd36720bcf016ab)) + ## [1.11.7](https://github.com/msgbyte/tailchat/compare/v1.11.6...v1.11.7) (2024-09-07) diff --git a/package.json b/package.json index 0fb1e710..6eaa2f8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailchat", - "version": "1.11.7", + "version": "1.11.8", "private": true, "description": "", "main": "index.js",