Skip to content

Commit

Permalink
chore: insiders changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed May 10, 2024
1 parent 968039c commit b7fdfc3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# Changelog

## 2.0.17 (2024/5/10)
## 2.1.0-insiders.9 (2024-05-10)

Download Pages: [GitHub Releases](https://github.com/volarjs/insiders/releases/tag/v2.1.0-insiders.9), [爱发电电圈](https://afdian.net/p/6d7547a60ead11efbc8352540025c377)

> [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.17](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md#2017-2024-05-10).

## 2.0.17 (2024-05-10)

### Features

- **language-core:** add JSDod support for component (#2377)
- **language-core:** add JSDoc support for component (#2377)
- **language-core:** add JSDoc support for script setup binding variables (#3409)
- **language-core:** add class component support (#4354)
- **language-service:** re-support scoped class links in template (#4357)
Expand Down Expand Up @@ -42,7 +52,6 @@
- Specify `packageManager` (#4358) - Thanks @so1ve
- **docs:** emoved possibly redundant duplicate reference (#4348) - Thanks @artshade
- **language-service:** temporarily remove references codeLens (#4364)
- **vscode:** auto enabling hybrid mode allows

## 2.1.0-insiders.8 (2024/5/1)

Expand Down
10 changes: 9 additions & 1 deletion insiders.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"latest": "2.1.0-insiders.8",
"latest": "2.1.0-insiders.9",
"versions": [
{
"version": "2.1.0-insiders.9",
"date": "2024-5-10",
"downloads": {
"GitHub": "https://github.com/volarjs/insiders/releases/tag/v2.1.0-insiders.9",
"AFDIAN": "https://afdian.net/p/6d7547a60ead11efbc8352540025c377"
}
},
{
"version": "2.1.0-insiders.8",
"date": "2024-5-1",
Expand Down

0 comments on commit b7fdfc3

Please sign in to comment.