From 12ad1660c88020317cc81204c8a73e24e4a85ea3 Mon Sep 17 00:00:00 2001 From: dnlup Date: Wed, 19 Jul 2023 09:30:37 +0000 Subject: [PATCH] chore(release): 6.0.9 [skip ci] ## [6.0.9](https://github.com/immobiliare/fastify-sentry/compare/v6.0.8...v6.0.9) (2023-07-19) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5ba781..35f01dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [6.0.9](https://github.com/immobiliare/fastify-sentry/compare/v6.0.8...v6.0.9) (2023-07-19) + ## [6.0.8](https://github.com/immobiliare/fastify-sentry/compare/v6.0.7...v6.0.8) (2023-07-14) ## [6.0.7](https://github.com/immobiliare/fastify-sentry/compare/v6.0.6...v6.0.7) (2023-06-30) diff --git a/package.json b/package.json index 6ca52e0..4bbd1da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@immobiliarelabs/fastify-sentry", - "version": "6.0.8", + "version": "6.0.9", "description": "Simple fastify plugin to integrates Sentry error reporting into your services", "main": "index.js", "type": "commonjs",