From 8fc2c37d37018e5066b498c292c94286a7479249 Mon Sep 17 00:00:00 2001 From: Johnson Chu Date: Tue, 26 Dec 2023 18:17:42 +0800 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 713df078b8..70a17c0c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,10 @@ +## 1.8.27 (2023/12/26) + +- fix(language-core): remove misuse of `JSX.Element` for compatible with vue 3.4 (https://github.com/vuejs/core/issues/9923) + ## 1.8.26 (2023/12/22) - fix: upgrade typescript-auto-import-cache to v0.3.1 to be compatible with TS 5.3 (https://github.com/volarjs/typescript-auto-import-cache/pull/3) ([#3802](https://github.com/vuejs/language-tools/issues/3802))