From a5074dd496897edcc7572eb0e770533004237084 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 6 Jun 2024 19:20:29 +0200 Subject: [PATCH] 1.0.14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32c5a03..99a90a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartcls", - "version": "1.0.13", + "version": "1.0.14", "description": "Provides a wrapper for native AsyncLocalStorage to manage continuation-local storage.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts",