From 1c4d74de99ea85241244d69d9cd905ee4f166937 Mon Sep 17 00:00:00 2001 From: York Yao Date: Thu, 29 Apr 2021 07:31:59 +0800 Subject: [PATCH] 2.17.4 --- CHANGELOG.md | 5 +++++ packages/cli/package.json | 4 ++-- packages/core/package.json | 2 +- packages/plugin/package.json | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43cb93f..dd1d33a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/packages/cli/package.json b/packages/cli/package.json index c9b3f8c..c715715 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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 ", "license": "MIT", "dependencies": { "minimist": "1", - "type-coverage-core": "^2.17.3" + "type-coverage-core": "^2.17.4" }, "publishConfig": { "registry": "https://registry.npmjs.org/" diff --git a/packages/core/package.json b/packages/core/package.json index d117dbf..e62af04 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 0096854..a00744f 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -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", @@ -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/"