From d5e867af561e7a5433617154c97bb8c3ff7b039a Mon Sep 17 00:00:00 2001 From: Manuel Spigolon Date: Sat, 21 Sep 2024 10:35:38 +0200 Subject: [PATCH] Bumped v11.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8400a1aa..60b08569 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/reply-from", - "version": "11.0.0", + "version": "11.0.1", "description": "forward your HTTP request to another server, for fastify", "main": "index.js", "type": "commonjs",