Skip to content

Commit

Permalink
bump: version and updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
cybercoder-naj committed Mar 21, 2024
1 parent 932b1eb commit a18261e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# CHANGELOG

## [0.4.0] - 21-03-2024
### Added
- Custom Error logging when request fails.

### Changed
- **BREAKING CHANGE**: Custom logging functionality accepts an object of two functions, `onSuccess` and `onFailure`.


## [0.3.0] - 19-03-2024
### Added
- New logging preset: `'fancy'`

### Changed
- **BREAKING CHANGE**: renamed `custom` function to `format`

This is the first version to be documented in the changelog. Previous changes are not recorded.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logestic",
"version": "0.3.0",
"version": "0.4.0",
"author": "Nishant Aanjaney Jalan <[email protected]>",
"description": "An advanced and customisable logging library for ElysiaJS",
"keywords": [
Expand Down

0 comments on commit a18261e

Please sign in to comment.