From 658033fac67f37c19a34f1f9861258c4c4c8c95d Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 14 Jun 2023 15:44:37 +0200 Subject: [PATCH] Bumped v9.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 5aaeb1a1..09f0a6a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/reply-from", - "version": "9.2.0", + "version": "9.3.0", "description": "forward your HTTP request to another server, for fastify", "main": "index.js", "types": "types/index.d.ts",