From 5fd7a4386bd2531d0fb979c7be477953517f6f63 Mon Sep 17 00:00:00 2001 From: dnlup Date: Thu, 15 Jun 2023 10:24:08 +0000 Subject: [PATCH] chore(release): 6.0.5 [skip ci] ## [6.0.5](https://github.com/immobiliare/fastify-sentry/compare/v6.0.4...v6.0.5) (2023-06-15) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 905e15d8..dcc3d368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [6.0.5](https://github.com/immobiliare/fastify-sentry/compare/v6.0.4...v6.0.5) (2023-06-15) + ## [6.0.4](https://github.com/immobiliare/fastify-sentry/compare/v6.0.3...v6.0.4) (2023-06-14) ## [6.0.3](https://github.com/immobiliare/fastify-sentry/compare/v6.0.2...v6.0.3) (2023-06-09) diff --git a/package.json b/package.json index cbc3fee1..fd59a8f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@immobiliarelabs/fastify-sentry", - "version": "6.0.4", + "version": "6.0.5", "description": "Simple fastify plugin to integrates Sentry error reporting into your services", "main": "index.js", "type": "commonjs",