Skip to content

Commit

Permalink
chore: bump version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cybercoder-naj committed Oct 10, 2024
1 parent 39b01ad commit 3a07c72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logestic",
"version": "1.2.3",
"version": "1.2.4",
"author": "Nishant Aanjaney Jalan <[email protected]>",
"description": "An advanced and customisable logging library for ElysiaJS",
"keywords": [
Expand Down Expand Up @@ -46,4 +46,4 @@
"dependencies": {
"chalk": "^5.3.0"
}
}
}

0 comments on commit 3a07c72

Please sign in to comment.