We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b01ad commit 3a07c72Copy full SHA for 3a07c72
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## [1.2.4] - 10-10-2024
4
+### Fixed
5
+- Prevent logging for empty messages ([#38](https://github.com/cybercoder-naj/logestic/pull/38))
6
+
7
## [1.2.3] - 20-07-2024
8
### Fixed
9
- Deploy minified code with a workaround that works. ([#35](https://github.com/cybercoder-naj/logestic/pull/35))
package.json
@@ -1,6 +1,6 @@
{
"name": "logestic",
- "version": "1.2.3",
+ "version": "1.2.4",
"author": "Nishant Aanjaney Jalan <cybercoder.nishant@gmail.com>",
"description": "An advanced and customisable logging library for ElysiaJS",
"keywords": [
@@ -46,4 +46,4 @@
46
"dependencies": {
47
"chalk": "^5.3.0"
48
}
49
-}
+}
0 commit comments