diff --git a/.changeset/clean-owls-upgrade.md b/.changeset/clean-owls-upgrade.md deleted file mode 100644 index 8525051..0000000 --- a/.changeset/clean-owls-upgrade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@typeonce/effect-machine": patch ---- - -Upgrade the exact Effect peer dependency and companion Effect packages to `4.0.0-rc.111`. diff --git a/.changeset/quiet-machines-guide.md b/.changeset/quiet-machines-guide.md deleted file mode 100644 index 358e6e4..0000000 --- a/.changeset/quiet-machines-guide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@typeonce/effect-machine": patch ---- - -Add focused guides for statechart modeling and Effect Atom ownership in React applications, and publish the statechart guide on the documentation website. diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b3902..aaa8d99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @typeonce/effect-machine +## 0.19.1 + +### Patch Changes + +- 9377142: Upgrade the exact Effect peer dependency and companion Effect packages to `4.0.0-rc.111`. +- 3348d88: Add focused guides for statechart modeling and Effect Atom ownership in React applications, and publish the statechart guide on the documentation website. + ## 0.19.0 ### Minor Changes diff --git a/package.json b/package.json index bde151a..e88a0fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typeonce/effect-machine", - "version": "0.19.0", + "version": "0.19.1", "description": "Schema-first state machines and statecharts for Effect", "author": "Sandro Maglione", "repository": {