diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fa76738..10f8b55d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## 2.3.0 - 2024-06-04 + +### :rocket: New features + +- Enable extension for CSS files ([#222](https://github.com/biomejs/biome-vscode/pull/222)) + ## 2.2.3 - 2024-05-25 ### :bug: Bug fixes diff --git a/bun.lockb b/bun.lockb index 8d288253..8a0b15df 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 5509510d..89c21011 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "biomejs", "displayName": "Biome", "description": "Biome LSP VS Code Extension", - "version": "2.2.3", + "version": "2.3.0", "icon": "resources/icons/icon.png", "activationEvents": [ "onLanguage:javascript",