From 6aa5b95a83469dde8890f9965bda46f687cbc44e Mon Sep 17 00:00:00 2001 From: "andrew.borg" Date: Wed, 7 Feb 2024 11:40:26 +0100 Subject: [PATCH] fix(core): Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3073f78..c77857e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rulepilot", - "version": "1.2.2", + "version": "1.2.3", "description": "Rule parsing engine for JSON rules", "main": "dist/index.js", "types": "dist/index.d.ts",