Skip to content

Commit 0df7807

Browse files
committed
Merge branch 'master' into proposal/val
2 parents a28316d + 359e5a8 commit 0df7807

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Have you ever needed the ability to write a custom set of logic or set of rules
1414

1515
JSON Logic might be your solution! Designed with a lisp-like syntax, JSON Logic makes it easy to write safe instructions that can be persisted into a database, and shared between the front-end and back-end.
1616

17-
Check out our [Documentation Here](https://jessemitchell.me/json-logic-engine).
17+
Check out our [Documentation Here](https://json-logic.github.io/json-logic-engine/).
1818

1919

2020
The engine supports both synchronous & asynchronous operations, and can use function compilation to keep your logic performant at scale.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-logic-engine",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Construct complex rules with JSON & process them.",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)