From 598c0267e6d8de9218749a075728f5d6b77f33ca Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 8 Aug 2022 10:36:17 +0200 Subject: [PATCH] Bumped v4.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 b3c7fd9..9ae3209 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/env", - "version": "4.0.0", + "version": "4.1.0", "description": "Fastify plugin to check environment variables", "main": "index.js", "types": "types/index.d.ts",