Skip to content

Commit

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

## [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))
* chore: update dependencies ([051d7e5](https://github.com/plantain-00/type-coverage/commit/051d7e56a369453b976ef918db83863b6e133174))

## [2.29.0](https://github.com/plantain-00/type-coverage/compare/v2.28.2...v2.29.0) (2024-05-30)

* fix: remove args ([8632142](https://github.com/plantain-00/type-coverage/commit/8632142cfa00878df6257eacbbf42ad6b32a202e))
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.0",
"version": "2.29.1",
"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.28.1",
"type-coverage-core": "^2.29.1",
"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.28.1",
"version": "2.29.1",
"description": "A library to check type coverage for typescript code",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions 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.28.1",
"version": "2.29.1",
"description": "A typescript language service plugin to check type coverage for typescript code",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"tslib": "1 || 2",
"type-coverage-core": "^2.28.1"
"type-coverage-core": "^2.29.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit 4e20c97

Please sign in to comment.