Skip to content

Commit

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

## v5.6.2

- Fixed values not being properly deleted if they were truthy.

## v5.6.1

- Fixed actions not getting constants from the definition.
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.6.1",
"version": "5.6.2",
"description": "IOI state machine conditional parser.",
"main": "build/index-cjs.js",
"module": "build/index.js",
Expand Down

0 comments on commit 6de6c1a

Please sign in to comment.