Skip to content

Commit 529eee4

Browse files
chore: update version to 4.0.2 and document edge case fix in changelog
1 parent 922bd5e commit 529eee4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.0.2] - 2025-02-25
9+
10+
### Fix
11+
- handle nest js edge case
12+
813
## [4.0.0] - 2023-03-01
914

1015
### Breaking

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-requests-logger",
3-
"version": "3.0.3",
3+
"version": "4.0.2",
44
"description": "Middleware for logging request/responses in Express apps",
55
"main": "index.js",
66
"scripts": {
@@ -55,4 +55,4 @@
5555
"flat": "^5.0.2",
5656
"lodash": "^4.17.21"
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)