We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5fb92 commit 047d3efCopy full SHA for 047d3ef
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v5.7.0
4
+
5
+- Added support for 2 operand `$mul` actions.
6
7
## v5.6.2
8
9
- Fixed values not being properly deleted if they were truthy.
package.json
@@ -1,6 +1,6 @@
{
"name": "@peacockproject/statemachine-parser",
- "version": "5.6.2",
+ "version": "5.7.0",
"description": "IOI state machine conditional parser.",
"main": "build/index-cjs.js",
"module": "build/index.js",
0 commit comments