Skip to content

Commit 047d3ef

Browse files
committed
Bump version to v5.7.0
1 parent 6a5fb92 commit 047d3ef

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+
## v5.7.0
4+
5+
- Added support for 2 operand `$mul` actions.
6+
37
## v5.6.2
48

59
- Fixed values not being properly deleted if they were truthy.

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": "5.6.2",
3+
"version": "5.7.0",
44
"description": "IOI state machine conditional parser.",
55
"main": "build/index-cjs.js",
66
"module": "build/index.js",

0 commit comments

Comments
 (0)