diff --git a/.changeset/lazy-actor-host.md b/.changeset/lazy-actor-host.md deleted file mode 100644 index 79172a1..0000000 --- a/.changeset/lazy-actor-host.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"effect-machine": minor ---- - -Add ActorHost for lazy actors owned by a parent state scope. Consumers share startup without owning cancellation or shutdown. The factory captures service dependencies, uses the first matching request input, and releases the actor on state exit or host service shutdown. diff --git a/CHANGELOG.md b/CHANGELOG.md index c013c11..e4d3105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # effect-machine +## 0.26.0 + +### Minor Changes + +- [#85](https://github.com/cevr/effect-machine/pull/85) [`a210b82`](https://github.com/cevr/effect-machine/commit/a210b8294b0d2418393029b247808e173701bdf8) Thanks [@cevr](https://github.com/cevr)! - Add ActorHost for lazy actors owned by a parent state scope. Consumers share startup without owning cancellation or shutdown. The factory captures service dependencies, uses the first matching request input, and releases the actor on state exit or host service shutdown. + ## 0.25.9 ### Patch Changes diff --git a/package.json b/package.json index 7091166..be3af73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "effect-machine", - "version": "0.25.9", + "version": "0.26.0", "repository": { "type": "git", "url": "https://github.com/cevr/effect-machine.git"