Skip to content

Commit aac3f95

Browse files
committed
chore: bump version to v6.2.0
1 parent 89d8a7b commit aac3f95

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,5 +1,9 @@
11
# Changelog
22

3+
## v6.2.0
4+
5+
- Fixed an issue where if the first value of a `$eq` operation was null or undefined it did not always return false.
6+
37
## v6.1.0
48

59
- Added support for arrays of objects in array operations.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@peacockproject/statemachine-parser",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "IOI state machine conditional parser.",
55
"main": "build/index-cjs.js",
66
"module": "build/index.js",

0 commit comments

Comments
 (0)