From 45d6f9d5f2fe6dd874cf101db805ef2d866704f3 Mon Sep 17 00:00:00 2001 From: dnlup Date: Wed, 26 Jul 2023 08:02:16 +0000 Subject: [PATCH] chore(release): 6.0.10 [skip ci] ## [6.0.10](https://github.com/immobiliare/fastify-sentry/compare/v6.0.9...v6.0.10) (2023-07-26) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35f01dc3..5e24127b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [6.0.10](https://github.com/immobiliare/fastify-sentry/compare/v6.0.9...v6.0.10) (2023-07-26) + ## [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) diff --git a/package.json b/package.json index ec63dfa5..44824647 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@immobiliarelabs/fastify-sentry", - "version": "6.0.9", + "version": "6.0.10", "description": "Simple fastify plugin to integrates Sentry error reporting into your services", "main": "index.js", "type": "commonjs",