We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486e284 commit 36d0f7bCopy full SHA for 36d0f7b
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [5.2.0](https://github.com/node-casbin/expression-eval/compare/v5.1.0...v5.2.0) (2024-10-27)
2
+
3
4
+### Features
5
6
+* update README and fix github release ([#7](https://github.com/node-casbin/expression-eval/issues/7)) ([486e284](https://github.com/node-casbin/expression-eval/commit/486e284fa0582e3cd0a588e41cd39dc0a4964c02))
7
8
# [5.1.0](https://github.com/node-casbin/expression-eval/compare/v5.0.2...v5.1.0) (2024-10-24)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@casbin/expression-eval",
- "version": "5.1.0",
+ "version": "5.2.0",
"description": "JavaScript expression parsing and evaluation.",
"source": "index.ts",
"main": "dist/expression-eval.js",
0 commit comments