From 1c87de9fb088f72303948301efe90eb48c7b5460 Mon Sep 17 00:00:00 2001 From: lucasgdb Date: Sun, 6 Feb 2022 19:12:38 -0300 Subject: [PATCH] chore: update package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99e1d8e..3192526 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "beautify.log", "description": "A Node.js lib to beautify the console.log from JavaScript with colors, making it easy and useful.", - "version": "2.2.0", + "version": "3.0.0", "main": "dist/index.js", "types": "typing/index.d.ts", "repository": "git@github.com:lucasgdb/beautify.log.git",