From 6aef7da9c451273565a92965075e7d2504bcf48b Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 26 Oct 2024 14:14:42 +0200 Subject: [PATCH] 2.2.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c8fa287..02932fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smarts3", - "version": "2.1.1", + "version": "2.2.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", @@ -69,4 +69,4 @@ "bugs": { "url": "https://code.foss.global/push.rocks/smarts3/issues" } -} \ No newline at end of file +}