Skip to content

Commit

Permalink
Prepare to make a patch release to analyzer, the ts plugin and the vs…
Browse files Browse the repository at this point in the history
…code extension.
  • Loading branch information
rictic committed Jan 9, 2024
1 parent 6d7dbe8 commit 3f65253
Show file tree
Hide file tree
Showing 7 changed files with 338 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/lit-analyzer/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/lit-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lit-analyzer",
"version": "2.0.2",
"version": "2.0.3",
"description": "CLI that type checks bindings in lit-html templates",
"author": "runem",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-analyzer/src/lib/analyze/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export const DIAGNOSTIC_SOURCE = "lit-plugin";

export const TS_IGNORE_FLAG = "@ts-ignore";

export const VERSION = "2.0.2";
export const VERSION = "2.0.3";

export const MAX_RUNNING_TIME_PER_OPERATION = 150; // Default to small timeouts. Opt in to larger timeouts where necessary.
Loading

0 comments on commit 3f65253

Please sign in to comment.