diff --git a/CHANGELOG.md b/CHANGELOG.md index b7a0e24..bc3ce69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## [1.2.4] - 10-10-2024 +### Fixed +- Prevent logging for empty messages ([#38](https://github.com/cybercoder-naj/logestic/pull/38)) + ## [1.2.3] - 20-07-2024 ### Fixed - Deploy minified code with a workaround that works. ([#35](https://github.com/cybercoder-naj/logestic/pull/35)) diff --git a/package.json b/package.json index fb71d57..88130c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logestic", - "version": "1.2.3", + "version": "1.2.4", "author": "Nishant Aanjaney Jalan ", "description": "An advanced and customisable logging library for ElysiaJS", "keywords": [ @@ -46,4 +46,4 @@ "dependencies": { "chalk": "^5.3.0" } -} \ No newline at end of file +}