Skip to content

Commit

Permalink
Prepare to release v1.4.4 of the vscode plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Feb 6, 2024
1 parent b0e79a9 commit dededb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/vscode-lit-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
<!-- ### Removed -->
<!-- ### Fixed -->

## [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).

<!-- A couple small releases not documented, erp! -->

## [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)
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-lit-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]",
"license": "MIT",
Expand Down

0 comments on commit dededb2

Please sign in to comment.