We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1578287 commit e6e05abCopy full SHA for e6e05ab
2 files changed
CHANGELOG.md
@@ -1,8 +1,12 @@
1
# Changelog
2
3
+## v5.5.2
4
+
5
+- Fixed irregular events not being handled correctly.
6
7
## v5.5.1
8
-- Fix contract IDs not being passed to conditions and transitions.
9
+- Fixed contract IDs not being passed to conditions and transitions.
10
11
## v5.5.0
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@peacockproject/statemachine-parser",
- "version": "5.5.1",
+ "version": "5.5.2",
"description": "IOI state machine conditional parser.",
"main": "build/index-cjs.js",
"module": "build/index.js",
0 commit comments