Skip to content

Commit

Permalink
Release v2.0.2 of lit-analyzer.
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Dec 11, 2023
1 parent 0b8c8ba commit d062108
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1",
"version": "2.0.2",
"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.1";
export const VERSION = "2.0.2";

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

0 comments on commit d062108

Please sign in to comment.