Skip to content

Commit

Permalink
Merge pull request #485 from pragmaticivan/release-v6.1.1
Browse files Browse the repository at this point in the history
chore: release 6.1.1
  • Loading branch information
pragmaticivan authored May 26, 2024
2 parents 3f8b4a4 + c66c39e commit 18b9b59
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [6.1.1](https://www.github.com/pragmaticivan/nestjs-otel/compare/v6.1.0...v6.1.1) (2024-05-26)


### Bug Fixes

* removed MeterProvider.addMetricReader deprecation ([17d348d](https://www.github.com/pragmaticivan/nestjs-otel/commit/17d348d530f1803500771dfd0b6f1f87f0001c76))
* rework param decorators to get correct type ([3ba9fe9](https://www.github.com/pragmaticivan/nestjs-otel/commit/3ba9fe91f5615e95fe32b517c99ebaa865348461))

## [6.1.0](https://www.github.com/pragmaticivan/nestjs-otel/compare/v6.0.0...v6.1.0) (2024-05-09)


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

0 comments on commit 18b9b59

Please sign in to comment.