Skip to content

Commit

Permalink
chore(release): 2.0.0-next.3 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-next.3](v2.0.0-next.2...v2.0.0-next.3) (2022-02-16)

### Bug Fixes

* **dynamic mode:** fixed this context in getLabel for dynamic mode to be the request context ([0dac171](0dac171))
  • Loading branch information
semantic-release-bot committed Feb 16, 2022
1 parent 0dac171 commit 17b9f1b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.0.0-next.3](https://github.com/immobiliare/fastify-metrics/compare/v2.0.0-next.2...v2.0.0-next.3) (2022-02-16)


### Bug Fixes

* **dynamic mode:** fixed this context in getLabel for dynamic mode to be the request context ([0dac171](https://github.com/immobiliare/fastify-metrics/commit/0dac171fb7c3c582b213fd48bde143fb294aaceb))

# [2.0.0-next.2](https://github.com/immobiliare/fastify-metrics/compare/v2.0.0-next.1...v2.0.0-next.2) (2022-02-11)


Expand Down
2 changes: 1 addition & 1 deletion 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": "@immobiliarelabs/fastify-metrics",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "A minimalistic and opinionated Fastify plugin that collects metrics and dispatches them to statsd",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit 17b9f1b

Please sign in to comment.