Skip to content

Commit e6e05ab

Browse files
committed
Bump version to 5.5.2
1 parent 1578287 commit e6e05ab

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3+
## v5.5.2
4+
5+
- Fixed irregular events not being handled correctly.
6+
37
## v5.5.1
48

5-
- Fix contract IDs not being passed to conditions and transitions.
9+
- Fixed contract IDs not being passed to conditions and transitions.
610

711
## v5.5.0
812

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

0 commit comments

Comments
 (0)