Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Sep 26, 2023
1 parent 5380e07 commit 71f2855
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@


## [0.1.1](https://github.com/moscajs/aedes-otel-instrumentation/compare/v0.1.0...v0.1.1) (2023-09-26)


### Bug Fixes

* correctly create and close spans when no client is defined in Aedes methods ([961db1a](https://github.com/moscajs/aedes-otel-instrumentation/commit/961db1ae23676938251e067b8b2dc4b747511a6f))


### Test added

* ensure broker.subscribe can be used by consumer ([15de1a4](https://github.com/moscajs/aedes-otel-instrumentation/commit/15de1a4272734ba7922d8043a40694e03156cc9d))


### Chores

* add changelog generator ([8970b43](https://github.com/moscajs/aedes-otel-instrumentation/commit/8970b4328ae01b21fe54f8176db12673da2f5e09))
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": "aedes-otel-instrumentation",
"version": "0.1.0",
"version": "0.1.1",
"description": "OpenTelemetry instrumentation library for Aedes MQTT broker",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 71f2855

Please sign in to comment.