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"