Skip to content

Commit

Permalink
2.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Sep 19, 2023
1 parent 885ef2e commit 5c8797d
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.26.4](https://github.com/plantain-00/type-coverage/compare/v2.26.3...v2.26.4) (2023-09-19)

* fix: deduplicate result from plugin ([885ef2e](https://github.com/plantain-00/type-coverage/commit/885ef2eb581e0b085a4b788f5b890b21052e9493))

## [2.26.3](https://github.com/plantain-00/type-coverage/compare/v2.26.2...v2.26.3) (2023-09-14)

* fix: report semantic before type checking ([3684c0a](https://github.com/plantain-00/type-coverage/commit/3684c0a5f42f96c8401a77ae703cf0763e9ed500))
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.26.3",
"version": "2.26.4",
"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 5c8797d

Please sign in to comment.