From 744ebdfb70b1a4d75154cacf449f18e1fc2ddae0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 02:17:59 +0000 Subject: [PATCH] Version Packages --- .changeset/wait-for-cleanup.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/wait-for-cleanup.md diff --git a/.changeset/wait-for-cleanup.md b/.changeset/wait-for-cleanup.md deleted file mode 100644 index 0722fba..0000000 --- a/.changeset/wait-for-cleanup.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"effect-machine": patch ---- - -Release waitFor listeners when the caller cancels or the subscription recheck fails. This also applies to timed waits, awaitFinal, and sendAndWait. diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e0e4a..c013c11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # effect-machine +## 0.25.9 + +### Patch Changes + +- [#83](https://github.com/cevr/effect-machine/pull/83) [`c0aea35`](https://github.com/cevr/effect-machine/commit/c0aea353459cbd01cd3ddc026b1f0203c34b1ac4) Thanks [@cevr](https://github.com/cevr)! - Release waitFor listeners when the caller cancels or the subscription recheck fails. This also applies to timed waits, awaitFinal, and sendAndWait. + ## 0.25.8 ### Patch Changes diff --git a/package.json b/package.json index 162c626..7091166 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "effect-machine", - "version": "0.25.8", + "version": "0.25.9", "repository": { "type": "git", "url": "https://github.com/cevr/effect-machine.git"