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": {