From d813ab2db342b7d07ec17208c0b06de72175a1fe Mon Sep 17 00:00:00 2001 From: York Yao Date: Fri, 1 May 2020 14:39:13 +0800 Subject: [PATCH] v2.4.3 --- lerna.json | 2 +- packages/cli/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 4251842..7dc8412 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "2.4.2", + "version": "2.4.3", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/cli/package.json b/packages/cli/package.json index e53f932..6263a2c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "type-coverage", - "version": "2.4.2", + "version": "2.4.3", "description": "A CLI tool to check type coverage for typescript code", "repository": "https://github.com/plantain-00/type-coverage.git", "author": "york yao ",