Skip to content

Commit 8f7aae7

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.5.1...v2.0.0) (2025-04-20) ### Bug Fixes * **change build strategy:** change build strategy ([d894005](d894005)) ### Code Refactoring * **readme & unittest:** readme & unit test ([dd73cc0](dd73cc0)) ### BREAKING CHANGES * **readme & unittest:** Updated rule engine with - 🔎 Native [JMESPath](https://jmespath.org/) support for data querying
1 parent d894005 commit 8f7aae7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [2.0.0](https://github.com/Arunkumarcs/rule-engine/compare/v1.5.1...v2.0.0) (2025-04-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **change build strategy:** change build strategy ([d894005](https://github.com/Arunkumarcs/rule-engine/commit/d894005c9824c1421610eba2e648398801c8d7a8))
7+
8+
9+
### Code Refactoring
10+
11+
* **readme & unittest:** readme & unit test ([dd73cc0](https://github.com/Arunkumarcs/rule-engine/commit/dd73cc0bf709e73ea21b003ce50fa466e00c72fb))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **readme & unittest:** Updated rule engine with - 🔎 Native [JMESPath](https://jmespath.org/) support for
17+
data querying
18+
119
# [2.0.0-dev.2](https://github.com/Arunkumarcs/rule-engine/compare/v2.0.0-dev.1...v2.0.0-dev.2) (2025-04-14)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arunkumar_h/rule-engine",
3-
"version": "2.0.0-dev.2",
3+
"version": "2.0.0",
44
"license": "MIT",
55
"files": [
66
"dist",

0 commit comments

Comments
 (0)