From 01bb654b274e1d4d7b6f9849a6a29b1c729a168c Mon Sep 17 00:00:00 2001 From: Malus Date: Sun, 10 Nov 2024 17:58:20 +0100 Subject: [PATCH] v1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d725378..443c13b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maluscat/runtime-type-check", - "version": "1.1.0", + "version": "1.1.1", "author": "Maluscat (https://malus.zone/)", "license": "ISC", "description": "Modular runtime type checker with focus on creating readable and smart error messages",