From 10fa0af94c8a1c65c7c937a52fcd65f98e20846d Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 26 Oct 2022 18:41:05 +0200 Subject: [PATCH] 8.0.9 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5588b5e..ced6d40 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pushrocks/smartlog-destination-local", "private": false, - "version": "8.0.8", + "version": "8.0.9", "description": "a smartlog destination targeting the local console", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", @@ -54,4 +54,4 @@ "browserslist": [ "last 1 chrome versions" ] -} \ No newline at end of file +}