Skip to content

Commit

Permalink
chore(release): 5.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.1.1](v5.1.0...v5.1.1) (2023-07-07)

### Bug Fixes

* send error.statusCode when available if the reply.statusCode is 200 or undefined ([e06ac12](e06ac12))
  • Loading branch information
semantic-release-bot committed Jul 7, 2023
1 parent cd70b4f commit 2b874dd
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,3 +1,10 @@
## [5.1.1](https://github.com/immobiliare/fastify-metrics/compare/v5.1.0...v5.1.1) (2023-07-07)


### Bug Fixes

* send error.statusCode when available if the reply.statusCode is 200 or undefined ([e06ac12](https://github.com/immobiliare/fastify-metrics/commit/e06ac12beff7a55b4e07b16bde826f544e8eedcc))

# [5.1.0](https://github.com/immobiliare/fastify-metrics/compare/v5.0.0...v5.1.0) (2023-03-22)


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": "@immobiliarelabs/fastify-metrics",
"version": "5.1.0",
"version": "5.1.1",
"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 2b874dd

Please sign in to comment.