Skip to content

Commit 60af111

Browse files
committed
Bump version to v5.9.1
1 parent dbd1594 commit 60af111

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.1
4+
5+
- Timers are now cleared using pop to ensure they're garbage collected.
6+
37
## v5.9.0
48

59
- Timers are now properly cleared on state transition.

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

0 commit comments

Comments
 (0)