Skip to content

Commit

Permalink
chore(release): prepare v2.2.1 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger authored Mar 6, 2024
1 parent 0e3cb23 commit 25c9b86
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

### <!-- 0 -->: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

### <!-- 1 -->: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

### <!-- 0 -->:rocket: New features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 25c9b86

Please sign in to comment.