From 025c6d9328404d8ac76f4fef596a10c1a1689e66 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 13 Mar 2023 12:29:48 +0100 Subject: [PATCH] Bumped v9.0.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 9b2384fd..bbd679b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/reply-from", - "version": "9.0.0", + "version": "9.0.1", "description": "forward your HTTP request to another server, for fastify", "main": "index.js", "types": "types/index.d.ts",