From 5b8a951c4597767e8ade0cea9828831f56c75340 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 6 Jun 2024 19:20:28 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index f08a576..f70d477 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartcls', - version: '1.0.13', + version: '1.0.14', description: 'Provides a wrapper for native AsyncLocalStorage to manage continuation-local storage.' }