From e54380191e5019e1f6304be27155c84b2bd5b26c Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 4 Jan 2024 10:26:06 +0100 Subject: [PATCH] Bumped v9.5.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 4edbd98c..0168c556 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/reply-from", - "version": "9.4.0", + "version": "9.5.0", "description": "forward your HTTP request to another server, for fastify", "main": "index.js", "type": "commonjs",