diff --git a/.changeset/actor-host-data.md b/.changeset/actor-host-data.md deleted file mode 100644 index 02c2998..0000000 --- a/.changeset/actor-host-data.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"effect-machine": minor ---- - -Allow ActorHost factories to receive typed data from the hosting parent as a second argument. Call host(request, hostInput) to bind parent input to a generation while consumers continue to call acquire(request). Existing one-argument factories keep their current behavior. diff --git a/CHANGELOG.md b/CHANGELOG.md index e4d3105..3e36b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # effect-machine +## 0.27.0 + +### Minor Changes + +- [#87](https://github.com/cevr/effect-machine/pull/87) [`9fb5d36`](https://github.com/cevr/effect-machine/commit/9fb5d360cd507ff38f6aa4908c530f89a76b2a7b) Thanks [@cevr](https://github.com/cevr)! - Allow ActorHost factories to receive typed data from the hosting parent as a second argument. Call host(request, hostInput) to bind parent input to a generation while consumers continue to call acquire(request). Existing one-argument factories keep their current behavior. + ## 0.26.0 ### Minor Changes diff --git a/package.json b/package.json index be3af73..0e4d8d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "effect-machine", - "version": "0.26.0", + "version": "0.27.0", "repository": { "type": "git", "url": "https://github.com/cevr/effect-machine.git"