Skip to content

Commit

Permalink
chore(release): 5.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.3.0](v5.2.0...v5.3.0) (2024-11-19)

### Features

* fix the logic short-circuit bug ([#8](#8)) ([7478389](7478389))
  • Loading branch information
semantic-release-bot committed Nov 19, 2024
1 parent 7478389 commit 853a2f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [5.3.0](https://github.com/node-casbin/expression-eval/compare/v5.2.0...v5.3.0) (2024-11-19)


### Features

* fix the logic short-circuit bug ([#8](https://github.com/node-casbin/expression-eval/issues/8)) ([7478389](https://github.com/node-casbin/expression-eval/commit/747838927b1b26ca557a2823621cbb18c4bf51e3))

# [5.2.0](https://github.com/node-casbin/expression-eval/compare/v5.1.0...v5.2.0) (2024-10-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@casbin/expression-eval",
"version": "5.2.0",
"version": "5.3.0",
"description": "JavaScript expression parsing and evaluation.",
"source": "index.ts",
"main": "dist/expression-eval.js",
Expand Down

0 comments on commit 853a2f0

Please sign in to comment.