From a917b6f981a4ec5d0fbad48bbd3abd9ee5683d37 Mon Sep 17 00:00:00 2001 From: "fra.ascenzi" Date: Mon, 19 Feb 2024 22:34:24 +0000 Subject: [PATCH] package.json description edited --- CHANGELOG.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bde2ce..bbc947c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Werlog | Changelog.md -### v 4.5.5 +### v 4.5.6 New features: - **Enhanced data logging**: Now accepts any data type as an attribute for flexible logging possibilities. - **Detailed timestamps**: Date strings include both two-digit values and milliseconds for precise recording. diff --git a/package.json b/package.json index 433cf79..1e5e8f3 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "werlog", - "version": "4.5.5", + "version": "4.5.6", "author": "Francesco 'Frash' Ascenzi", "repository": { "type": "git", "url": "git+https://github.com/francesco-ascenzi/werlog.git" }, - "description": "Sends an error message to the web server's error log file", + "description": "Fast, lightweigth, customizable, and asynchronous function that appends logs to a file or prints them out to the console", "keywords": [ "debug", "log",