diff --git a/CHANGELOG.md b/CHANGELOG.md index 177d74c..57b5088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +### [1.1.1](https://github.com/wuespace/envar/compare/v1.1.0...v1.1.1) (2024-12-07) + + +### Bug Fixes + +* :ambulance: Fix `ZodSchemaCompat` type incompatibility with zod ([9636fbd](https://github.com/wuespace/envar/commit/9636fbdf1a3464f4b17e7835d173d3346a2c7335)) + + + + + ## [1.1.0](https://github.com/wuespace/envar/compare/v1.0.1...v1.1.0) (2024-10-29) diff --git a/deno.json b/deno.json index cfe4c2a..901f7ea 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@wuespace/envar", - "version": "1.1.0", + "version": "1.1.1", "exports": "./mod.ts", "license": "MIT", "publish": {