Skip to content

Commit

Permalink
Merge pull request #362 from pragmaticivan/release-v5.0.0
Browse files Browse the repository at this point in the history
chore: release 5.0.0
  • Loading branch information
pragmaticivan committed Nov 27, 2022
2 parents 46c2df3 + ed8019f commit 6d8e060
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [5.0.0](https://www.github.com/pragmaticivan/nestjs-otel/compare/v4.0.1...v5.0.0) (2022-11-27)


### ⚠ BREAKING CHANGES

* updates to latest metric sdk and drop node-sdk dependency

### Features

* update packages ([163ba38](https://www.github.com/pragmaticivan/nestjs-otel/commit/163ba38a1d231aee66b2c2f53356f2d1fd37d3ee))
* update packages ([d0f92fb](https://www.github.com/pragmaticivan/nestjs-otel/commit/d0f92fb64e56005537e7a4b06357685fe290baf9))
* update packages ([28fdc69](https://www.github.com/pragmaticivan/nestjs-otel/commit/28fdc6944901376dcd93037982b52f255799d207))
* updates to latest metric sdk and drop node-sdk dependency ([46c2df3](https://www.github.com/pragmaticivan/nestjs-otel/commit/46c2df35a99810931f13a689c6e80b6135f4958c))


### Bug Fixes

* getSpan returning undefined, enable strict null checks ([#361](https://www.github.com/pragmaticivan/nestjs-otel/issues/361)) ([b7f7cbd](https://www.github.com/pragmaticivan/nestjs-otel/commit/b7f7cbd2fb04d897cc702f02cfac24288fda27f1))

### [4.0.1](https://www.github.com/pragmaticivan/nestjs-otel/compare/v4.0.0...v4.0.1) (2022-08-29)


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": "4.0.1",
"version": "5.0.0",
"description": "NestJS OpenTelemetry Library",
"main": "lib/index.js",
"typings": "lib/index",
Expand Down

0 comments on commit 6d8e060

Please sign in to comment.