Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e1f1fda

Browse files
authored
Merge pull request #430 from chris-pardy/patch-7.3.2
Bump version to 7.3.2
2 parents ad6d8a0 + a31da6c commit e1f1fda

File tree

2 files changed

+5
-1
lines changed
  • CHANGELOG.md
  • package.json

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 7.3.2 / 2026-02-16
2+
* Mark `Rule.conditions` as `readonly` in TypeScript types (#420, fixes #419)
3+
* Add `evaluate` method to `Operator` TypeScript type definition (#415)
4+
15
#### 7.3.1 / 2025-02-20
26
* Upgrade jsonpath-plus to ^10.3.0 to address [CVE in jsonpath-plus](https://security.snyk.io/vuln/SNYK-JS-JSONPATHPLUS-8719585) (#413, #414)
37

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-rules-engine",
3-
"version": "7.3.1",
3+
"version": "7.3.2",
44
"description": "Rules Engine expressed in simple json",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
(0)