Skip to content

Commit a36327a

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.0.0...v3.0.0) (2025-04-20)
1 parent d63afbf commit a36327a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# [3.0.0](https://github.com/Arunkumarcs/rule-engine/compare/v2.0.0...v3.0.0) (2025-04-20)
2+
13
# [2.0.0](https://github.com/Arunkumarcs/rule-engine/compare/v1.5.1...v2.0.0) (2025-04-20)
24

35

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arunkumar_h/rule-engine",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"license": "MIT",
55
"files": [
66
"dist",
@@ -52,9 +52,9 @@
5252
"jmespath": "^0.16.0",
5353
"lru-cache": "^11.1.0"
5454
},
55-
"main": "dist/index.js",
56-
"module": "dist/index.js",
57-
"types": "dist/index.d.ts",
55+
"main": "dist/index.js",
56+
"module": "dist/index.js",
57+
"types": "dist/index.d.ts",
5858
"exports": {
5959
".": {
6060
"require": "./dist/index.js",

0 commit comments

Comments
 (0)