Skip to content

Commit 91c7f38

Browse files
authored
Merge pull request #393 from CacheControl/verion7-1
Upgrade Version Number to deploy 7.1.0
2 parents 9d51178 + 8f978b9 commit 91c7f38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-rules-engine",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "Rules Engine expressed in simple json",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -59,7 +59,7 @@
5959
},
6060
"author": "Cache Hamm <[email protected]>",
6161
"contributors": [
62-
"Chris Pardy <chris.pardy@ownup.com>"
62+
"Chris Pardy <chris.pardy@gmail.com>"
6363
],
6464
"license": "ISC",
6565
"bugs": {
@@ -92,6 +92,6 @@
9292
"clone": "^2.1.2",
9393
"eventemitter2": "^6.4.4",
9494
"hash-it": "^6.0.0",
95-
"jsonpath-plus": "^10.0.0"
95+
"jsonpath-plus": "^10.1.0"
9696
}
9797
}

0 commit comments

Comments
 (0)