From 5f44018d963f48799b7aaee589b666333274eeed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Ayg=C3=BCn?= Date: Thu, 6 Jun 2024 15:28:50 +0300 Subject: [PATCH] 1.0.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52cc0ae..a35a952 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "detype", - "version": "1.0.7", + "version": "1.0.8", "description": "Removes TypeScript type annotations but keeps the formatting", "main": "dist/index.js", "bin": "detype.js",