From c754a4ed4009a3be68726a57189cc63531a51864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Ayg=C3=BCn?= Date: Wed, 7 Feb 2024 10:02:17 +0000 Subject: [PATCH] 1.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2948e51..f5c7eaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "detype", - "version": "1.0.3", + "version": "1.0.4", "description": "Removes TypeScript type annotations but keeps the formatting", "main": "dist/index.js", "bin": "detype.js",