Skip to content

Commit

Permalink
Bump version to v5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyFuller committed May 9, 2023
1 parent f42497c commit fb4ccf3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v5.9.0

- Timers are now properly cleared on state transition.
- Timers are now handled first before anything else.

## v5.8.0

- Context is only read from if a reference is prepended with a `$`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peacockproject/statemachine-parser",
"version": "5.8.0",
"version": "5.9.0",
"description": "IOI state machine conditional parser.",
"main": "build/index-cjs.js",
"module": "build/index.js",
Expand Down

0 comments on commit fb4ccf3

Please sign in to comment.