We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39da0ca commit 173bc70Copy full SHA for 173bc70
2 files changed
libs/nestjs-context-winston/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.12.0](https://github.com/codibre/nestjs-context/compare/nestjs-context-winston@0.11.0...${npm.name}@0.12.0) (2025-10-15)
4
+
5
+### Features
6
7
+* creating privacy headers list ([39da0ca](https://github.com/codibre/nestjs-context/commit/39da0ca13841cc62bfc95e0cb9c3c96a1e6dea57))
8
9
## [0.11.0](https://github.com/codibre/nestjs-context/compare/nestjs-context-winston@0.10.2...${npm.name}@0.11.0) (2025-10-15)
10
11
### Features
libs/nestjs-context-winston/package.json
@@ -1,6 +1,6 @@
{
"name": "nestjs-context-winston",
- "version": "0.11.0",
+ "version": "0.12.0",
"description": "Contextual Logger for nestjs apps using AsyncLocalStorage and winston",
"main": "dist/index.js",
"files": [
0 commit comments