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