diff --git a/CHANGELOG.md b/CHANGELOG.md index 9903223..6b8be31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index f050cc9..35dbfb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@immobiliarelabs/fastify-metrics", - "version": "5.1.0", + "version": "5.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@immobiliarelabs/fastify-metrics", - "version": "5.1.0", + "version": "5.1.1", "license": "MIT", "dependencies": { "@dnlup/doc": "^3.1.0", diff --git a/package.json b/package.json index ba34499..f5a4041 100644 --- a/package.json +++ b/package.json @@ -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": {