Skip to content

Commit

Permalink
Merge pull request #482 from pragmaticivan/release-v6.0.0
Browse files Browse the repository at this point in the history
chore: release 6.0.0
  • Loading branch information
pragmaticivan committed May 8, 2024
2 parents 029b88f + 8128786 commit 42f84c2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 42f84c2

Please sign in to comment.