Skip to content

Commit c82dd86

Browse files
committed
Bump version to v5.8.0
1 parent 5df06dc commit c82dd86

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v5.8.0
4+
5+
- Context is only read from if a reference is prepended with a `$`.
6+
- Switch statements are now used when handling ops, this means ordering is now respected.
7+
38
## v5.7.0
49

510
- Added support for 2 operand `$mul` actions.

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

0 commit comments

Comments
 (0)