We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922bd5e commit 529eee4Copy full SHA for 529eee4
CHANGELOG.md
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [4.0.2] - 2025-02-25
9
+
10
+### Fix
11
+- handle nest js edge case
12
13
## [4.0.0] - 2023-03-01
14
15
### Breaking
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "express-requests-logger",
3
- "version": "3.0.3",
+ "version": "4.0.2",
4
"description": "Middleware for logging request/responses in Express apps",
"main": "index.js",
"scripts": {
@@ -55,4 +55,4 @@
55
"flat": "^5.0.2",
56
"lodash": "^4.17.21"
57
}
58
-}
+}
0 commit comments