From a52472d209d982ae400e018ef6d74c2520525a17 Mon Sep 17 00:00:00 2001 From: Jakub Panek Date: Wed, 6 Nov 2024 12:32:38 +0100 Subject: [PATCH] release: even-better-toml-0.21.0 --- editors/vscode/CHANGELOG.md | 13 +++++++++++++ editors/vscode/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/editors/vscode/CHANGELOG.md b/editors/vscode/CHANGELOG.md index f9c50d741..1ea4344fb 100644 --- a/editors/vscode/CHANGELOG.md +++ b/editors/vscode/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.21.0 + +### Fixes + +- Update `@taplo/lsp` to `0.8.0` +- Update `which` dependency to `0.5.0` +- Remove activation events auto-generated by VS Code + +### Features + +- Add `uv.lock` to recognised filenames [#668](https://github.com/tamasfe/taplo/pull/668) +- Add option to reorder inline tables and `reorderInlineTables` configuration option [#671](https://github.com/tamasfe/taplo/pull/671) + ## 0.20.2 ### Fixes diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 583dae63b..ec477bf53 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -2,7 +2,7 @@ "name": "even-better-toml", "displayName": "Even Better TOML", "description": "Fully-featured TOML support", - "version": "0.20.2", + "version": "0.21.0", "autoTag": { "enabled": true },