From b30a4fe5373a062c4db506d26f93eff566c6eca6 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 30 Jan 2023 11:21:24 +0100 Subject: [PATCH] Bumped v8.4.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 a5777f05..b67353a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/reply-from", - "version": "8.3.1", + "version": "8.4.0", "description": "forward your HTTP request to another server, for fastify", "main": "index.js", "types": "types/index.d.ts",