From aa0e97ceb8a557aa517393ae7667e0d1672b49a9 Mon Sep 17 00:00:00 2001 From: Gabriel Massadas Date: Thu, 5 Dec 2024 15:17:40 +0000 Subject: [PATCH] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a6f63a..6759479 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chanfana", - "version": "2.3.0", + "version": "2.4.0", "description": "OpenAPI 3 and 3.1 schema generator and validator for Hono, itty-router and more!", "main": "dist/index.js", "module": "dist/index.mjs",