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": {