From a3186148c8376102c44d58b5ae16d0969431638f Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 20 Mar 2024 18:14:16 +0100 Subject: [PATCH] Bumped v2.3.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 ebfbfe0..e747cdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/restartable", - "version": "2.2.0", + "version": "2.3.0", "description": "Restart Fastify without losing a request", "main": "index.js", "type": "commonjs",