We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7caaf8f commit 8fdf14aCopy full SHA for 8fdf14a
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# CHANGELOG
2
+## [1.1.1] - 07-04-2024
3
+### Fixed
4
+- `onSuccess` receiving undefined values in parameters.
5
+
6
## [1.1.0] - 31-03-2024
7
### Added
8
- Optional `onRequest` logging formatter for hooking onto onRequest. ([#13](https://github.com/cybercoder-naj/logestic/issues/13))
package.json
@@ -1,6 +1,6 @@
{
"name": "logestic",
- "version": "1.1.0",
+ "version": "1.1.1",
"author": "Nishant Aanjaney Jalan <cybercoder.nishant@gmail.com>",
"description": "An advanced and customisable logging library for ElysiaJS",
"keywords": [
0 commit comments