From 78a5615bb5514e63d3ea0cf48db9b6278553f64d Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 2 Dec 2025 11:39:46 +0000 Subject: [PATCH] v1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17226b1..2a33aa2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartdeno", - "version": "1.1.0", + "version": "1.2.0", "private": false, "description": "A module to run Deno scripts from Node.js, including functionalities for downloading Deno and executing Deno scripts.", "main": "dist_ts/index.js",