From bd3ce493f36d0ff259ba80cae8a2507a7654749a Mon Sep 17 00:00:00 2001 From: Shirtiny <49592759+Shirtiny@users.noreply.github.com> Date: Tue, 11 Apr 2023 11:37:26 +0000 Subject: [PATCH] v4.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e2e1e6..20a1b80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shirtiny/logger", - "version": "4.1.0", + "version": "4.2.0", "description": "Simple console log with css, write in typescript.", "types": "./dist/types/main.d.ts", "main": "./dist/main.es.js",