diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d514e2..844bb95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +#### 7.3.2 / 2026-02-16 + * Mark `Rule.conditions` as `readonly` in TypeScript types (#420, fixes #419) + * Add `evaluate` method to `Operator` TypeScript type definition (#415) + #### 7.3.1 / 2025-02-20 * Upgrade jsonpath-plus to ^10.3.0 to address [CVE in jsonpath-plus](https://security.snyk.io/vuln/SNYK-JS-JSONPATHPLUS-8719585) (#413, #414) diff --git a/package.json b/package.json index 477902a..cb74404 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-rules-engine", - "version": "7.3.1", + "version": "7.3.2", "description": "Rules Engine expressed in simple json", "main": "dist/index.js", "types": "types/index.d.ts",