From 12e4bd661d40e11e35638d5857d59e7d8c9a3881 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 26 Sep 2024 19:14:26 +0200 Subject: [PATCH] Bumped v9.0.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 73c9e041..7058d0d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/swagger", - "version": "9.0.0", + "version": "9.0.1", "description": "Serve Swagger/OpenAPI documentation for Fastify, supporting dynamic generation", "main": "index.js", "type": "commonjs",