From 006ca9c26fcdef3d00c5e0040a4b766ba6b448df Mon Sep 17 00:00:00 2001 From: Nicolas Hedger <649677+nhedger@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:51:01 +0100 Subject: [PATCH] chore(release): prepare v2.1.1 (#70) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b965e5df..1c549066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## 2.1.1 - 2024-01-05 + +### Bug Fixes + +- Filter out unhandled schemes ([#69](https://github.com/biomejs/biome-vscode/pull/69)) + ## 2.1.0- 2024-01-04 ### Bug Fixes diff --git a/package.json b/package.json index 1e8a93cb..0e20af6a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "biomejs", "displayName": "Biome", "description": "Biome LSP VS Code Extension", - "version": "2.1.0", + "version": "2.1.1", "icon": "resources/icons/icon.png", "activationEvents": [ "onLanguage:javascript",