Skip to content

Commit 91a390f

Browse files
author
Cache Hamm
committed
2.0.0-beta2
1 parent cbbad52 commit 91a390f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.0.0-beta2 / 2017-04-10
2+
==================
3+
* Fix fact path object checking to work with objects that have prototypes (lodash isObjectLike instead of isPlainObject)
4+
15
2.0.0-beta1 / 2017-04-09
26
==================
37

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-rules-engine",
3-
"version": "2.0.0-beta1",
3+
"version": "2.0.0-beta2",
44
"description": "Rules Engine expressed in simple json",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)