Skip to content

Commit

Permalink
2.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Apr 28, 2021
1 parent dfe0ef1 commit 1c4d74d
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.17.4](https://github.com/plantain-00/type-coverage/compare/v2.17.3...v2.17.4) (2021-04-29)

* fix: remove warning of unhandled node kind 79 ([dfe0ef1](https://github.com/plantain-00/type-coverage/commit/dfe0ef12c84bd229898b28a3ab5bc238fa2dc6b1))
* chore: update dependencies ([ccd96de](https://github.com/plantain-00/type-coverage/commit/ccd96ded480e37a79992ae041307fa222194fa1b))

## [2.17.3](https://github.com/plantain-00/type-coverage/compare/v2.17.2...v2.17.3) (2021-04-24)

* fix: normalize path when fast-glob used on Windows ([b82ceee](https://github.com/plantain-00/type-coverage/commit/b82ceeec78103c1873251cd876fb2085c90233c0))
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.17.3",
"version": "2.17.4",
"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.17.3"
"type-coverage-core": "^2.17.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
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.17.3",
"version": "2.17.4",
"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.17.3",
"version": "2.17.4",
"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.17.3"
"type-coverage-core": "^2.17.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit 1c4d74d

Please sign in to comment.