diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b56dff..1d6a06c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,24 @@ All notable changes to this project will be documented in this file. -## 2.2.0 - 2024-03-05 +## 2.2.1 - 2024-03-06 + +### :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.2.0 (yanked) - 2024-03-05 ### :rocket: New features diff --git a/package.json b/package.json index 18789b20..0e8bc18f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "biomejs", "displayName": "Biome", "description": "Biome LSP VS Code Extension", - "version": "2.2.0", + "version": "2.2.1", "icon": "resources/icons/icon.png", "activationEvents": [ "onLanguage:javascript",