Skip to content

Commit 9d7d5f7

Browse files
chore(release): v3.0.2
1 parent f7abb6c commit 9d7d5f7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# biome
22

3+
## 3.0.2
4+
5+
### Patch Changes
6+
7+
- [#619](https://github.com/biomejs/biome-vscode/pull/619) [`f7abb6c`](https://github.com/biomejs/biome-vscode/commit/f7abb6c33f593a90e1eed7591aab070cbcf68044) Thanks [@nhedger](https://github.com/nhedger)! - Allow using relative paths in biome.lsp.bin
8+
9+
This fixes a regression introduced in v3 where relative paths could no longer be
10+
used inside of the biome.lsp.bin setting.
11+
312
## 3.0.1
413

514
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "biome",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"displayName": "Biome",
55
"publisher": "biomejs",
66
"license": "MIT OR Apache-2.0",

0 commit comments

Comments
 (0)