Skip to content

Commit

Permalink
feat: bump version to v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyFuller committed Jul 29, 2024
1 parent 2b24a25 commit 23fb362
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

## v6.1.0

- Added support for arrays of objects in array operations.

## v6.0.0

- Fixed an issue where trying to run actions in an invalid way would cause errors. They now no-op.
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": "6.0.0",
"version": "6.1.0",
"description": "IOI state machine conditional parser.",
"main": "build/index-cjs.js",
"module": "build/index.js",
Expand Down

0 comments on commit 23fb362

Please sign in to comment.