From 654f47b7fc332aa346a72a5db04db9f1e48be471 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 21 Nov 2025 14:32:19 +0000 Subject: [PATCH] v2.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2d4e90..62d2306 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smarts3", - "version": "2.2.7", + "version": "2.3.0", "private": false, "description": "A Node.js TypeScript package to create a local S3 endpoint for simulating AWS S3 operations using mapped local directories for development and testing purposes.", "main": "dist_ts/index.js",