From e40e96de8ba7d4bec8b4be0ddafc70fbdb075e08 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 19 Sep 2023 14:52:38 +0200 Subject: [PATCH] Bumped v8.10.1 Signed-off-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a697190..c3870970 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/swagger", - "version": "8.10.0", + "version": "8.10.1", "description": "Serve Swagger/OpenAPI documentation for Fastify, supporting dynamic generation", "main": "index.js", "types": "index.d.ts",