We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4965a60 commit e864277Copy full SHA for e864277
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
7
## v5.9.2
8
9
- Timers are now properly returned and saved when `doEventHandlers` is called.
package.json
@@ -1,6 +1,6 @@
{
"name": "@peacockproject/statemachine-parser",
- "version": "5.9.2",
+ "version": "5.9.3",
"description": "IOI state machine conditional parser.",
"main": "build/index-cjs.js",
"module": "build/index.js",
0 commit comments