From b59d589c3f956c665a605a2ea7e4d51af9ccf912 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 11 Aug 2022 17:02:47 +0200 Subject: [PATCH] Bumped v8.2.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 9cd8404f..51800cb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/reply-from", - "version": "8.2.0", + "version": "8.2.1", "description": "forward your HTTP request to another server, for fastify", "main": "index.js", "types": "index.d.ts",