diff --git a/CHANGELOG.md b/CHANGELOG.md index 0982ed1..9ab8e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [6.0.0](https://www.github.com/pragmaticivan/nestjs-otel/compare/v5.1.5...v6.0.0) (2024-05-08) + + +### ⚠ BREAKING CHANGES + +* Too many changes since I last commited to this project. + +### Features + +* bumps major version ([fc9aacb](https://www.github.com/pragmaticivan/nestjs-otel/commit/fc9aacb39a8f3340ec4b4a22ad6c5eb61c9dc71e)) + + +### Bug Fixes + +* `Span` being incompatible with `MethodDecorator` type ([75dbf0e](https://www.github.com/pragmaticivan/nestjs-otel/commit/75dbf0ece685f5b9d466769368985618828a40a5)) + ### [5.1.5](https://www.github.com/pragmaticivan/nestjs-otel/compare/v5.1.4...v5.1.5) (2023-09-04) diff --git a/package-lock.json b/package-lock.json index cb42d81..0c60982 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nestjs-otel", - "version": "5.1.5", + "version": "6.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nestjs-otel", - "version": "5.1.5", + "version": "6.0.0", "license": "Apache-2.0", "dependencies": { "@opentelemetry/api": "^1.8.0", diff --git a/package.json b/package.json index b4ec783..61b7c72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-otel", - "version": "5.1.5", + "version": "6.0.0", "description": "NestJS OpenTelemetry Library", "main": "lib/index.js", "typings": "lib/index",