Skip to content

Commit 25c9b86

Browse files
authored
chore(release): prepare v2.2.1 (#159)
1 parent 0e3cb23 commit 25c9b86

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,24 @@
22

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

5-
## 2.2.0 - 2024-03-05
5+
## 2.2.1 - 2024-03-06
6+
7+
### <!-- 0 -->:rocket: New features
8+
9+
- Add Yarn PnP support ([#134](https://github.com/biomejs/biome-vscode/pull/134))
10+
- Search for `biome` in PATH ([#129](https://github.com/biomejs/biome-vscode/pull/129))
11+
- Add `astro`, `vue`, and `svelte` support ([#141](https://github.com/biomejs/biome-vscode/pull/141))
12+
- Publish nightlies as pre-releases ([#145](https://github.com/biomejs/biome-vscode/pull/145))
13+
- Support enabling and disabling the extension from configuration
14+
15+
### <!-- 1 -->:bug: Bug fixes
16+
17+
- Activation failure without a workspace ([#98](https://github.com/biomejs/biome-vscode/pull/98))
18+
- Scan workspace folders until biome is found ([#108](https://github.com/biomejs/biome-vscode/pull/108))
19+
- Ensure biome binary exists at path ([#128](https://github.com/biomejs/biome-vscode/pull/128))
20+
- Rollback `undici` and `vscode-languageclient`updates
21+
22+
## 2.2.0 (yanked) - 2024-03-05
623

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "biomejs",
44
"displayName": "Biome",
55
"description": "Biome LSP VS Code Extension",
6-
"version": "2.2.0",
6+
"version": "2.2.1",
77
"icon": "resources/icons/icon.png",
88
"activationEvents": [
99
"onLanguage:javascript",

0 commit comments

Comments
 (0)