Skip to content

Commit

Permalink
Prepare to release v1.3.0 of the VSCode extension (#308)
Browse files Browse the repository at this point in the history
* Prepare to release v1.3.0 of the VSCode extension

* Also update version in package-lock.json
  • Loading branch information
rictic authored Jun 21, 2023
1 parent 16935ef commit f11cfb7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/vscode-lit-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ All notable changes to this project will be documented in this file.
<!-- ### Removed -->
<!-- ### Fixed -->

## [1.3.0] - 14/6/2023

- Support TypeScript 5.0
- Drop support for TypeScript versions <4.4.4

## [1.2.4] - 19/4/2022

- Fixed a bug where the TS plugin would interfere with automatic import
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-lit-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.4",
"version": "1.3.0",
"publisher": "runem",
"icon": "docs/assets/lit-plugin@256w.png",
"license": "MIT",
Expand Down

0 comments on commit f11cfb7

Please sign in to comment.