From f946da090908cc29e5557122b0e274e4b48baa63 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 31 Oct 2023 11:02:20 +0000 Subject: [PATCH] chore(release): 10.3.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [10.3.3](https://github.com/SkeLLLa/fastify-metrics/compare/v10.3.2...v10.3.3) (2023-10-31) ### 🛠 Fixes * **deprecation:** prefer request.routeOptions.method over request.routerMethod ([#93](https://github.com/SkeLLLa/fastify-metrics/issues/93)) ([f8d5ed3](https://github.com/SkeLLLa/fastify-metrics/commit/f8d5ed373d57a0eae311cb988eb1d8f175a74ee3)) --- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3248483..fc57ca3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [10.3.3](https://github.com/SkeLLLa/fastify-metrics/compare/v10.3.2...v10.3.3) (2023-10-31) + + +### 🛠 Fixes + +* **deprecation:** prefer request.routeOptions.method over request.routerMethod ([#93](https://github.com/SkeLLLa/fastify-metrics/issues/93)) ([f8d5ed3](https://github.com/SkeLLLa/fastify-metrics/commit/f8d5ed373d57a0eae311cb988eb1d8f175a74ee3)) + ## [10.3.2](https://github.com/SkeLLLa/fastify-metrics/compare/v10.3.1...v10.3.2) (2023-09-20) diff --git a/package.json b/package.json index 9e4dc07..2cd5a51 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "fastify-metrics", - "version": "10.3.2", + "version": "10.3.3", "description": "Prometheus metrics exporter for Fastify", "keywords": [ "fastify-plugin",