From 3a68f74c4e2d0f97246fa0fa6835553bd2651d7c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 27 Oct 2024 19:11:55 +0100 Subject: [PATCH] 1.3.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 22418d4..9634324 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@git.zone/tsrun", - "version": "1.2.49", + "version": "1.3.0", "description": "run typescript programs efficiently", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", @@ -52,4 +52,4 @@ "url": "https://gitlab.com/gitzone/tsrun/issues" }, "homepage": "https://gitlab.com/gitzone/tsrun#readme" -} \ No newline at end of file +}