From 8f7c4facadb8a23697646cc601d1772a6e55b0ff Mon Sep 17 00:00:00 2001
From: Christopher Pardy <chris.pardy@ownup.com>
Date: Fri, 30 Jun 2023 17:57:36 -0400
Subject: [PATCH] Bump Package Version to 6.2.0

---
 package.json | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 334aefd..343a45a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "json-rules-engine",
-  "version": "6.1.2",
+  "version": "6.2.0",
   "description": "Rules Engine expressed in simple json",
   "main": "dist/index.js",
   "types": "types/index.d.ts",
@@ -55,6 +55,9 @@
     ]
   },
   "author": "Cache Hamm <cache.hamm@gmail.com>",
+  "contributors": [
+    "Chris Pardy <chris.pardy@ownup.com>"
+  ],
   "license": "ISC",
   "bugs": {
     "url": "https://github.com/cachecontrol/json-rules-engine/issues"