From 592aca1ae9cb203f747c006bec72f78c8bab4443 Mon Sep 17 00:00:00 2001 From: Chris Wesseling Date: Tue, 28 Nov 2023 09:47:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version:=200.1.0=20?= =?UTF-8?q?=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e846202..7ff9f7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-formulieren/infernologic", - "version": "0.1.0", + "version": "0.1.1", "description": "InferNoLogic is the TypeScript library designed to cool down the hellfire of type mismatches in JsonLogic. Navigate through your complex logic rules with the confidence that your types align.", "main": "index.js", "module": "./lib/index.js",