Skip to content

Commit

Permalink
chore(release): prepare v2.2.0 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger authored Mar 5, 2024
1 parent d18fcc4 commit e35e127
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file.

## 2.2.0 - 2024-03-05

### <!-- 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.1.2 - 2024-01-24

### Bug Fixes
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.1.2",
"version": "2.2.0",
"icon": "resources/icons/icon.png",
"activationEvents": [
"onLanguage:javascript",
Expand Down

0 comments on commit e35e127

Please sign in to comment.