From 596a33bbd7057693631784bc595135a43b5f9ad1 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 30 May 2024 17:59:50 +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 126481c..9c6d176 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartlog-destination-devtools', - version: '1.0.11', + version: '1.0.12', description: 'A library enabling enhanced logging in browser development tools.' }