Skip to content

Commit

Permalink
chore(release): 5.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.2.0](v5.1.0...v5.2.0) (2024-10-27)

### Features

* update README and fix github release ([#7](#7)) ([486e284](486e284))
  • Loading branch information
semantic-release-bot committed Oct 27, 2024
1 parent 486e284 commit 36d0f7b
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.2.0](https://github.com/node-casbin/expression-eval/compare/v5.1.0...v5.2.0) (2024-10-27)


### Features

* 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))

# [5.1.0](https://github.com/node-casbin/expression-eval/compare/v5.0.2...v5.1.0) (2024-10-24)


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.1.0",
"version": "5.2.0",
"description": "JavaScript expression parsing and evaluation.",
"source": "index.ts",
"main": "dist/expression-eval.js",
Expand Down

0 comments on commit 36d0f7b

Please sign in to comment.