diff --git a/package.json b/package.json index 34dae5e..ce023b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@briza/illogical", - "version": "1.4.3", + "version": "1.4.4", "description": "A micro conditional javascript engine used to parse the raw logical and comparison expressions, evaluate the expression in the given data context, and provide access to a text form of the given expressions.", "main": "lib/illogical.js", "module": "lib/illogical.esm.js",