From 997bdad50e29dac0ba9399e395f4c520986dc9e2 Mon Sep 17 00:00:00 2001 From: Johnson Chu Date: Tue, 30 Apr 2024 10:46:45 +0800 Subject: [PATCH] chore: insiders changelog --- CHANGELOG.md | 10 ++++++++++ insiders.json | 10 +++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7ff1c9cec..66da1649c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.1.0-insiders.7 (2024/4/30) + +Download Pages: [GitHub Releases](https://github.com/volarjs/insiders/releases/tag/v2.1.0-insiders.7), [爱发电电圈](https://afdian.net/p/84db515c069b11ef9eaf52540025c377) + +> [Join the Insiders Program](https://github.com/vuejs/language-tools/wiki/Get-Insiders-Edition) for more exclusive features and updates. + +### Other Changes + +- Merged [v2.0.15](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md#2015-2024430). + ## 2.0.15 (2024/4/30) ### Features diff --git a/insiders.json b/insiders.json index 09abf085e9..08b2b346d2 100644 --- a/insiders.json +++ b/insiders.json @@ -1,6 +1,14 @@ { - "latest": "2.1.0-insiders.6", + "latest": "2.1.0-insiders.7", "versions": [ + { + "version": "2.1.0-insiders.7", + "date": "2024-4-30", + "downloads": { + "GitHub": "https://github.com/volarjs/insiders/releases/tag/v2.1.0-insiders.7", + "AFDIAN": "https://afdian.net/p/84db515c069b11ef9eaf52540025c377" + } + }, { "version": "2.1.0-insiders.6", "date": "2024-4-25",