Skip to content

Commit

Permalink
2.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed May 4, 2023
1 parent c96e7f1 commit 70350aa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log

## [2.25.2](https://github.com/plantain-00/type-coverage/compare/v2.25.1...v2.25.2) (2023-05-04)

* fix: support minimatch@9 ([c96e7f1](https://github.com/plantain-00/type-coverage/commit/c96e7f10e0d90263e62326bb11c969589c001e2e))

## [2.25.1](https://github.com/plantain-00/type-coverage/compare/v2.25.0...v2.25.1) (2023-05-04)

* fix: checking private identifier ([b56606b](https://github.com/plantain-00/type-coverage/commit/b56606b76665bec3a4f0d7fd55395c4f9cf7f5d8))
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,13 +1,13 @@
{
"name": "type-coverage",
"version": "2.25.1",
"version": "2.25.2",
"description": "A CLI tool to check type coverage for typescript code",
"repository": "https://github.com/plantain-00/type-coverage.git",
"author": "york yao <yaoao12306@outlook.com>",
"license": "MIT",
"dependencies": {
"minimist": "1",
"type-coverage-core": "^2.25.1"
"type-coverage-core": "^2.25.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "type-coverage-core",
"version": "2.25.1",
"version": "2.25.2",
"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
@@ -1,6 +1,6 @@
{
"name": "ts-plugin-type-coverage",
"version": "2.25.1",
"version": "2.25.2",
"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.25.1"
"type-coverage-core": "^2.25.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit 70350aa

Please sign in to comment.