From 0309e037a0a1985a9f041a63ccd41ddc0aa6f47f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 24 Apr 2024 18:30:06 +0200 Subject: [PATCH] 9.0.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8c03f0d..18e97d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@push.rocks/smartlog-destination-local", "private": false, - "version": "9.0.1", + "version": "9.0.2", "description": "a smartlog destination targeting the local console", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", @@ -56,4 +56,4 @@ "browserslist": [ "last 1 chrome versions" ] -} \ No newline at end of file +}