From 91066cee8753b90dfaca5cc6b3163f04e86ab1ed Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 4 Jun 2019 10:35:33 +0200 Subject: [PATCH] Bumped v0.6.2. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da23f83f..21bb3b9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-reply-from", - "version": "0.6.1", + "version": "0.6.2", "description": "forward your HTTP request to another server, for fastify", "main": "index.js", "scripts": {