From 3d0fc6adc5d7a91194b9ff80eba68454d2874b40 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 18 Jan 2025 23:52:44 +0100 Subject: [PATCH] 2.1.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1169395..766a0f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartcontext", - "version": "2.0.0", + "version": "2.1.0", "description": "A module providing advanced asynchronous context management to enrich logs with context and manage scope effectively in Node.js applications.", "exports": { ".": "./dist_ts/index.js" @@ -64,4 +64,4 @@ "bugs": { "url": "https://code.foss.global/push.rocks/logcontext/issues" } -} \ No newline at end of file +}