From a5dcde45a9d702f08baca55e61e5dddb9b05b6a3 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Sun, 26 Jun 2022 23:23:05 +0200 Subject: [PATCH] bumped v8.1.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 d5a977c3..b9585fb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/reply-from", - "version": "8.0.0", + "version": "8.1.0", "description": "forward your HTTP request to another server, for fastify", "main": "index.js", "types": "index.d.ts",