Skip to content

Commit 9eedfc2

Browse files
Merge pull request #527 from pragmaticivan/release-please--branches--main--components--nestjs-otel
chore(main): release 6.2.0
2 parents cde1480 + 3154092 commit 9eedfc2

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.2.0](https://github.com/pragmaticivan/nestjs-otel/compare/v6.1.2...v6.2.0) (2025-03-02)
4+
5+
6+
### Features
7+
8+
* **middleware:** backward compatibility for nestjs v10 and proper support for v11 middleware ([f22d1e5](https://github.com/pragmaticivan/nestjs-otel/commit/f22d1e5b03271c8f5d34831054eb1a6bdcd93682))
9+
310
## [6.1.2](https://github.com/pragmaticivan/nestjs-otel/compare/v6.1.1...v6.1.2) (2025-01-17)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-otel",
3-
"version": "6.1.2",
3+
"version": "6.2.0",
44
"description": "NestJS OpenTelemetry Library",
55
"main": "lib/index.js",
66
"typings": "lib/index",

0 commit comments

Comments
 (0)