Skip to content

Commit

Permalink
2.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Aug 22, 2024
1 parent 1c6af3b commit ff56188
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [2.29.2](https://github.com/plantain-00/type-coverage/compare/v2.29.1...v2.29.2) (2024-08-23)

* fix: ts plugin prior diagnostics ([1c6af3b](https://github.com/plantain-00/type-coverage/commit/1c6af3bbe7bf16a819b39c5e999f5b3859a7f97e))

## [2.29.1](https://github.com/plantain-00/type-coverage/compare/v2.29.0...v2.29.1) (2024-07-09)

* fix: handle class static block delclaration ([367f9bd](https://github.com/plantain-00/type-coverage/commit/367f9bd2f659d3f63504ee14a3a0d16b03f7b5fd))
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-plugin-type-coverage",
"version": "2.29.1",
"version": "2.29.2",
"description": "A typescript language service plugin to check type coverage for typescript code",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit ff56188

Please sign in to comment.