Skip to content

Commit

Permalink
2.29.5
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Oct 15, 2024
1 parent 440cf06 commit 421383e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [2.29.5](https://github.com/plantain-00/type-coverage/compare/v2.29.2...v2.29.5) (2024-10-15)

* fix: reportUnusedIgnore false to disable reportUnusedIgnore when strict ([440cf06](https://github.com/plantain-00/type-coverage/commit/440cf06d55ca5febda91aa253548f3e75ac4587a))
* fix: ci failure ([906bc5b](https://github.com/plantain-00/type-coverage/commit/906bc5b784ccaafac988d392aa21fdf8c6786ba9))
* chore: update dependencies ([2ac5cf2](https://github.com/plantain-00/type-coverage/commit/2ac5cf21eb6f1524a7dc5f89e9840081869fc72a))

## [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))
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "type-coverage",
"version": "2.29.1",
"version": "2.29.5",
"description": "A CLI tool to check type coverage for typescript code",
"repository": "https://github.com/plantain-00/type-coverage.git",
"author": "york yao <[email protected]>",
"license": "MIT",
"dependencies": {
"minimist": "1",
"type-coverage-core": "^2.29.1",
"type-coverage-core": "^2.29.5",
"chalk": "4.1.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "type-coverage-core",
"version": "2.29.1",
"version": "2.29.5",
"description": "A library to check type coverage for typescript code",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 421383e

Please sign in to comment.