From eb85cd92566c7e60b285ee96ca33f1cc581b4497 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 4 Oct 2022 10:58:55 +0100 Subject: [PATCH] Bumped v1.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 84a0183..e380284 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/restartable", - "version": "1.2.1", + "version": "1.3.0", "description": "Restart Fastify without losing a request", "main": "index.js", "scripts": {