diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6a06c0..094d14f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## 2.2.2 - 2024-03-07 + +### :bug: Bug fixes + +- Workspace-relative paths in `biome.lspBin` ([#163](https://github.com/biomejs/biome-vscode/pull/163)) + ## 2.2.1 - 2024-03-06 ### :rocket: New features diff --git a/package.json b/package.json index 0e8bc18f..b05ca778 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "biomejs", "displayName": "Biome", "description": "Biome LSP VS Code Extension", - "version": "2.2.1", + "version": "2.2.2", "icon": "resources/icons/icon.png", "activationEvents": [ "onLanguage:javascript",