From a56e1e83af915ecc42f81e855ccf960033ab5c8b Mon Sep 17 00:00:00 2001 From: Shirtiny <49592759+Shirtiny@users.noreply.github.com> Date: Tue, 21 Mar 2023 13:39:30 +0000 Subject: [PATCH] v3.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9acc8c3..bb346b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shirtiny/logger", - "version": "3.2.0", + "version": "3.2.1", "description": "Simple console log with css, write in typescript.", "types": "./dist/types/main.d.ts", "main": "./dist/main.es.js",