From 7b34ef8453e9fc0e630854acde2095f3c3b1a28d Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 22 Nov 2024 18:47:51 +0100 Subject: [PATCH] 6.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 05cfc78..a92bcb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/qenv", - "version": "6.0.8", + "version": "6.1.0", "private": false, "description": "A module for easily handling environment variables in Node.js projects with support for .yml and .json configuration.", "main": "dist_ts/index.js",