From 19767dc86639f6b97f071f4833c3896231b9e93e Mon Sep 17 00:00:00 2001 From: TomHermsen Date: Tue, 19 Nov 2024 13:04:14 +0100 Subject: [PATCH] v1.0.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c543b05..0528883 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkmate-ts", - "version": "1.0.8", + "version": "1.0.9", "description": "Checkmate TypeScript - A powerful and flexible object validator written in TypeScript, supporting validation for various data types, nested objects, and arrays. Ensures type safety and reliability in data validation scenarios.", "type": "module", "exports": {