From 395907bdd694dd0abe412e2d79e4c357b124c5c3 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Sun, 23 Jun 2024 12:06:03 -0400 Subject: [PATCH] v6.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5aae6d9..477084c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "env-schema", - "version": "5.2.1", + "version": "6.0.0", "description": "Validate your env variable using Ajv and dotenv", "main": "index.js", "type": "commonjs",