From eadcd732dc04fe8e88bea2077d901c76e291ae20 Mon Sep 17 00:00:00 2001 From: chris-pardy Date: Mon, 18 Nov 2024 11:41:25 -0500 Subject: [PATCH] Bump Version to 7.2.0 New version 7.2.0 This will include changes to allow the resolved value of values to be present on the condition results. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb04ff4..7cf0d15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-rules-engine", - "version": "7.1.0", + "version": "7.2.0", "description": "Rules Engine expressed in simple json", "main": "dist/index.js", "types": "types/index.d.ts",