From b2a8fc2dfd4cfc3e34ea1a37e59813feb2745e16 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Sep 2023 14:17:40 +0000 Subject: [PATCH] chore(release): 10.3.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [10.3.2](https://github.com/SkeLLLa/fastify-metrics/compare/v10.3.1...v10.3.2) (2023-09-20) ### 🛠 Fixes * **issue-86:** Use new fastify config ([de6a03c](https://github.com/SkeLLLa/fastify-metrics/commit/de6a03cf1e0a315e6900849a40c80b405a6a3157)) --- 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 076a815..3248483 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [10.3.2](https://github.com/SkeLLLa/fastify-metrics/compare/v10.3.1...v10.3.2) (2023-09-20) + + +### 🛠 Fixes + +* **issue-86:** Use new fastify config ([de6a03c](https://github.com/SkeLLLa/fastify-metrics/commit/de6a03cf1e0a315e6900849a40c80b405a6a3157)) + ## [10.3.1](https://github.com/SkeLLLa/fastify-metrics/compare/v10.3.0...v10.3.1) (2023-09-18) diff --git a/package.json b/package.json index 81cf1ee..9e4dc07 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "fastify-metrics", - "version": "10.3.1", + "version": "10.3.2", "description": "Prometheus metrics exporter for Fastify", "keywords": [ "fastify-plugin",