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",