From d5e309f755e7057f076a08054b45cf9d6e3f4ca9 Mon Sep 17 00:00:00 2001 From: lucasgdb Date: Sun, 6 Feb 2022 19:27:38 -0300 Subject: [PATCH] refactor: update version to 3.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cbb36f..c446512 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": "3.0.3", + "version": "3.0.4", "main": "dist/index.js", "types": "typing/index.d.ts", "repository": "git@github.com:lucasgdb/beautify.log.git",