Skip to content

Commit

Permalink
Merge pull request #451 from pragmaticivan/release-v5.1.5
Browse files Browse the repository at this point in the history
chore: release 5.1.5
  • Loading branch information
pragmaticivan committed Sep 4, 2023
2 parents cfcae07 + b41ab59 commit 80ab0ee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [5.1.5](https://www.github.com/pragmaticivan/nestjs-otel/compare/v5.1.4...v5.1.5) (2023-09-04)


### Bug Fixes

* latency buckets are not matching the expected time unit in milliseconds ([c269bac](https://www.github.com/pragmaticivan/nestjs-otel/commit/c269bac0826360e30bde656c9a9f0826a588c813))

### [5.1.4](https://www.github.com/pragmaticivan/nestjs-otel/compare/v5.1.3...v5.1.4) (2023-06-28)


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

0 comments on commit 80ab0ee

Please sign in to comment.