diff --git a/packages/vscode-lit-plugin/CHANGELOG.md b/packages/vscode-lit-plugin/CHANGELOG.md index c21d2148..97288111 100644 --- a/packages/vscode-lit-plugin/CHANGELOG.md +++ b/packages/vscode-lit-plugin/CHANGELOG.md @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file. +## [1.4.4] - 02/06/2024 + +- Updated the HTML and CSS language service to the latest version. This should fix a number of issues with autocompletion and diagnostics in styles and HTML attributes. See [#352](https://github.com/runem/lit-analyzer/pulls/352). + + + ## [1.4.1] - 11/12/2023 - Fix a number of issues when the tsconfig `moduleResolution` option is set. See [#313](https://github.com/runem/lit-analyzer/issues/313) diff --git a/packages/vscode-lit-plugin/package.json b/packages/vscode-lit-plugin/package.json index facff2c7..bf3c8c3f 100644 --- a/packages/vscode-lit-plugin/package.json +++ b/packages/vscode-lit-plugin/package.json @@ -3,7 +3,7 @@ "private": true, "displayName": "lit-plugin", "description": "Syntax highlighting, type checking and code completion for lit-html", - "version": "1.4.3", + "version": "1.4.4", "publisher": "runem", "icon": "docs/assets/lit-plugin@256w.png", "license": "MIT",