From ec38ce0622fbc14de3a80f6a47b3901003a7a15e Mon Sep 17 00:00:00 2001 From: chris-pardy Date: Thu, 17 Oct 2024 10:56:41 -0400 Subject: [PATCH] Version 6.6.0 Update the minor version to 6.6.0 to release the Operator Decorator feature and other fixes. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69297949..43686dd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-rules-engine", - "version": "6.5.0", + "version": "6.6.0", "description": "Rules Engine expressed in simple json", "main": "dist/index.js", "types": "types/index.d.ts",