We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286cbe8 commit c5c471cCopy full SHA for c5c471c
2 files changed
libs/nestjs-context-winston/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.13.0](https://github.com/codibre/nestjs-context/compare/nestjs-context-winston@0.12.1...${npm.name}@0.13.0) (2025-10-15)
4
+
5
+### Features
6
7
+* improving httpEnrichHelper ([9fecad7](https://github.com/codibre/nestjs-context/commit/9fecad7e1f9d5bb4a4e08f4d4e1a58185f237574))
8
9
## [0.12.1](https://github.com/codibre/nestjs-context/compare/nestjs-context-winston@0.12.0...${npm.name}@0.12.1) (2025-10-15)
10
11
### Bug Fixes
libs/nestjs-context-winston/package.json
@@ -1,6 +1,6 @@
{
"name": "nestjs-context-winston",
- "version": "0.12.1",
+ "version": "0.13.0",
"description": "Contextual Logger for nestjs apps using AsyncLocalStorage and winston",
"main": "dist/index.js",
"files": [
0 commit comments