From dededb2e0c4c4377f0991228972b83caa808eafa Mon Sep 17 00:00:00 2001 From: Peter Burns Date: Tue, 6 Feb 2024 10:43:16 -0800 Subject: [PATCH] Prepare to release v1.4.4 of the vscode plugin. --- packages/vscode-lit-plugin/CHANGELOG.md | 6 ++++++ packages/vscode-lit-plugin/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",