From 4ce60859e498739890a30009d3784519d6378716 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 15 Dec 2025 15:58:52 +0000 Subject: [PATCH] v1.0.24 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 814780e..78fe09e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartexit", - "version": "1.0.23", + "version": "1.0.24", "private": false, "description": "A library for managing graceful shutdowns of Node.js processes by handling cleanup operations, including terminating child processes.", "main": "dist_ts/index.js", @@ -61,4 +61,4 @@ "type": "git", "url": "https://code.foss.global/push.rocks/smartexit.git" } -} \ No newline at end of file +}