Skip to content

Commit b8c57f0

Browse files
committed
Updating change log and npm version for latest fix.
1 parent 91bba67 commit b8c57f0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.9.4
2+
* Fixed https://github.com/MalcolmDwyer/json-predicate/issues/5
3+
- OR operation with empty apply array now returns true instead of false.
4+
15
# 0.9.3
26

37
* Fixed https://github.com/MalcolmDwyer/json-predicate/issues/3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-predicate",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "Javascript implementation of JSON predicate (by Snell)",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)