We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f289912 commit e30f421Copy full SHA for e30f421
2 files changed
libs/nestjs-context-winston/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.16.0](https://github.com/codibre/nestjs-context/compare/nestjs-context-winston@0.15.0...${npm.name}@0.16.0) (2025-12-05)
4
+
5
+### Features
6
7
+* getting http route pattern ([1bd3f6a](https://github.com/codibre/nestjs-context/commit/1bd3f6a644fbc9ee1ed789413115257fb9e62c4e))
8
9
## [0.15.0](///compare/nestjs-context-winston@0.14.0...${npm.name}@0.15.0) (2025-12-02)
10
11
### Features
libs/nestjs-context-winston/package.json
@@ -1,6 +1,6 @@
{
"name": "nestjs-context-winston",
- "version": "0.15.0",
+ "version": "0.16.0",
"description": "Contextual Logger for nestjs apps using AsyncLocalStorage and winston",
"main": "dist/index.js",
"files": [
0 commit comments