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",