Skip to content

Commit e864277

Browse files
committed
Bump version to v5.9.3
1 parent 4965a60 commit e864277

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.9.3
4+
5+
- Fixes an issue where when a timer performs a state transition, events were still ran with the old state.
6+
37
## v5.9.2
48

59
- Timers are now properly returned and saved when `doEventHandlers` is called.

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

0 commit comments

Comments
 (0)