From a99f1c52dafcb017ec2b5959fa8b69d7a6c2b6c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 14:51:31 +0000 Subject: [PATCH] Version Packages --- .changeset/bright-machines-finish.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/bright-machines-finish.md diff --git a/.changeset/bright-machines-finish.md b/.changeset/bright-machines-finish.md deleted file mode 100644 index 8dfd4ff..0000000 --- a/.changeset/bright-machines-finish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@typeonce/effect-machine": patch ---- - -Complete the interactive examples, align example state construction with the recommended API, and restructure the README around the current usage patterns. diff --git a/CHANGELOG.md b/CHANGELOG.md index 273fe9a..eecd954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @typeonce/effect-machine +## 0.5.1 + +### Patch Changes + +- a23463c: Complete the interactive examples, align example state construction with the recommended API, and restructure the README around the current usage patterns. + ## 0.5.0 ### Minor Changes diff --git a/package.json b/package.json index d641f52..5bb60be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typeonce/effect-machine", - "version": "0.5.0", + "version": "0.5.1", "description": "Schema-first state machines and statecharts for Effect", "author": "Sandro Maglione", "repository": {