From 462d5cd3ffaeb893acaf7e8b2d1d430fb9b9791b Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 6 Jun 2024 18:26:12 +0200 Subject: [PATCH] 1.0.13 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2a81990..32c5a03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartcls", - "version": "1.0.12", + "version": "1.0.13", "description": "Provides a wrapper for native AsyncLocalStorage to manage continuation-local storage.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", @@ -54,4 +54,4 @@ "url": "https://code.foss.global/push.rocks/smartcls/issues" }, "type": "module" -} \ No newline at end of file +}