From 81a2a2d7b2d9428b44920d10b94c542036a7e980 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 28 Jun 2022 00:18:12 +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 83f3769..372aa30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/http-proxy", - "version": "8.0.2", + "version": "8.1.0", "description": "proxy http requests, for Fastify", "main": "index.js", "types": "index.d.ts",