From 0630f22e68b65ec1c25c2a9c867527745f84320e Mon Sep 17 00:00:00 2001 From: Alexandre Marques Date: Sun, 3 Nov 2024 09:58:08 +0000 Subject: [PATCH] chore(release): 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9b22f2..6b5a222 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod-config", - "version": "0.1.0", + "version": "0.1.1", "description": "Load configuration variables from multiple sources with flexible adapters, ensuring type safety with Zod.", "author": "Alexandre Marques", "license": "MIT",