Skip to content

Commit

Permalink
Merge pull request #393 from CacheControl/verion7-1
Browse files Browse the repository at this point in the history
Upgrade Version Number to deploy 7.1.0
  • Loading branch information
chris-pardy authored Nov 13, 2024
2 parents 9d51178 + 8f978b9 commit 91c7f38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-rules-engine",
"version": "7.0.0",
"version": "7.1.0",
"description": "Rules Engine expressed in simple json",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"author": "Cache Hamm <[email protected]>",
"contributors": [
"Chris Pardy <chris.pardy@ownup.com>"
"Chris Pardy <chris.pardy@gmail.com>"
],
"license": "ISC",
"bugs": {
Expand Down Expand Up @@ -92,6 +92,6 @@
"clone": "^2.1.2",
"eventemitter2": "^6.4.4",
"hash-it": "^6.0.0",
"jsonpath-plus": "^10.0.0"
"jsonpath-plus": "^10.1.0"
}
}

0 comments on commit 91c7f38

Please sign in to comment.