We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4aa7be commit 6de6c1aCopy full SHA for 6de6c1a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v5.6.2
4
+
5
+- Fixed values not being properly deleted if they were truthy.
6
7
## v5.6.1
8
9
- Fixed actions not getting constants from the definition.
package.json
@@ -1,6 +1,6 @@
{
"name": "@peacockproject/statemachine-parser",
- "version": "5.6.1",
+ "version": "5.6.2",
"description": "IOI state machine conditional parser.",
"main": "build/index-cjs.js",
"module": "build/index.js",
0 commit comments