From 13566f2e84e1783d3738fd7c5af1a65cb9b6dfcc Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 22 Apr 2024 17:36:38 +0200 Subject: [PATCH] v0.3.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 a2405a2..4e1a3b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-asyncforge", - "version": "0.3.0", + "version": "0.3.1", "description": "helpers to get fastify request/reply and app", "main": "index.js", "scripts": {