From dd3f252444a134607b1185ee2c6ff79266dbf9f7 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 5 Dec 2022 10:19:04 +0100 Subject: [PATCH] Bumped v5.1.0 Signed-off-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e12d0a9..aa2e551 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/routes", - "version": "4.1.0", + "version": "5.1.0", "description": "A plugin for Fastify that provides a map of routes", "main": "index.js", "types": "types/index.d.ts",