From 05734e1976671bc4fe2ed3ea3ea85b576852369e Mon Sep 17 00:00:00 2001 From: Johnson Chu Date: Thu, 25 Apr 2024 10:33:39 +0800 Subject: [PATCH] chore: insiders changelog --- CHANGELOG.md | 19 +++++++++++++++++++ insiders.json | 10 +++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a92d22a6..3517ef5d2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 2.1.0-insiders.6 (2024/4/25) + +Download Pages: [GitHub Releases](https://github.com/volarjs/insiders/releases/tag/v2.1.0-insiders.6), [爱发电电圈](https://afdian.net/p/f73a772602ab11efa33652540025c377) + +> [Join the Insiders Program](https://github.com/vuejs/language-tools/wiki/Get-Insiders-Edition) for more exclusive features and updates. + +### Features + +- Check for Insiders version updates on startup +- Support reactions visualization for TS document + +### Bug Fixes + +- Fixed some incorrect situations in reactions analysis + +### Other Changes + +- Merged [v2.0.14...a69909e81](https://github.com/vuejs/language-tools/compare/v2.0.14...a69909e81). + ## 2.1.0-insiders.5 (2024/4/22) Download Pages: [GitHub Releases](https://github.com/volarjs/insiders/releases/tag/v2.1.0-insiders.5), [爱发电电圈](https://afdian.net/p/25aca47c004e11ef8b445254001e7c00) diff --git a/insiders.json b/insiders.json index 9184b033c1..09abf085e9 100644 --- a/insiders.json +++ b/insiders.json @@ -1,6 +1,14 @@ { - "latest": "2.1.0-insiders.5", + "latest": "2.1.0-insiders.6", "versions": [ + { + "version": "2.1.0-insiders.6", + "date": "2024-4-25", + "downloads": { + "GitHub": "https://github.com/volarjs/insiders/releases/tag/v2.1.0-insiders.6", + "AFDIAN": "https://afdian.net/p/f73a772602ab11efa33652540025c377" + } + }, { "version": "2.1.0-insiders.5", "date": "2024-4-22",