From e35e12744e5f8f25766b1cefdadb3daf3ba9816f Mon Sep 17 00:00:00 2001 From: Nicolas Hedger <649677+nhedger@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:42:36 +0100 Subject: [PATCH] chore(release): prepare v2.2.0 (#146) --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 860d70ce..80b56dff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## 2.2.0 - 2024-03-05 + +### :rocket: New features + +- Add Yarn PnP support ([#134](https://github.com/biomejs/biome-vscode/pull/134)) +- Search for `biome` in PATH ([#129](https://github.com/biomejs/biome-vscode/pull/129)) +- Add `astro`, `vue`, and `svelte` support ([#141](https://github.com/biomejs/biome-vscode/pull/141)) +- Publish nightlies as pre-releases ([#145](https://github.com/biomejs/biome-vscode/pull/145)) +- Support enabling and disabling the extension from configuration + +### :bug: Bug fixes + +- Activation failure without a workspace ([#98](https://github.com/biomejs/biome-vscode/pull/98)) +- Scan workspace folders until biome is found ([#108](https://github.com/biomejs/biome-vscode/pull/108)) +- Ensure biome binary exists at path ([#128](https://github.com/biomejs/biome-vscode/pull/128)) +- Rollback `undici` and `vscode-languageclient`updates + ## 2.1.2 - 2024-01-24 ### Bug Fixes diff --git a/package.json b/package.json index 23619ac1..18789b20 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "biomejs", "displayName": "Biome", "description": "Biome LSP VS Code Extension", - "version": "2.1.2", + "version": "2.2.0", "icon": "resources/icons/icon.png", "activationEvents": [ "onLanguage:javascript",