From ccf2209150eaa90b16fa67bf6254bc13ccb3d800 Mon Sep 17 00:00:00 2001 From: zklaschka Date: Tue, 29 Oct 2024 04:43:16 +0100 Subject: [PATCH] =?UTF-8?q?chore(release):=20Release=20v1.0.1=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ deno.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 590b344..2c9ba37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +### [1.0.1](https://github.com/wuespace/envar/compare/v1.0.0...v1.0.1) (2024-10-29) + + +### Bug Fixes + +* :bug: Fix `ZodSchemaCompat` type incompatibility with `zod` ([b87cf99](https://github.com/wuespace/envar/commit/b87cf9941ca63cad1ea231a800cba24efc82f63e)) + + + + + ## [1.0.0](https://github.com/wuespace/envar/compare/v0.1.0...v1.0.0) (2024-10-29) diff --git a/deno.json b/deno.json index 85e1247..6f33d02 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@wuespace/envar", - "version": "1.0.0", + "version": "1.0.1", "exports": "./mod.ts", "license": "MIT", "publish": {