diff --git a/.changeset/honest-task-entity-types.md b/.changeset/honest-task-entity-types.md deleted file mode 100644 index 2f454cf..0000000 --- a/.changeset/honest-task-entity-types.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@humanlayer/effect-machine": patch ---- - -Preserve exact machine schema types on `MachineEntity` and require `.task()` shorthand to return a valid machine event without using `any` or diagnostic suppressions. diff --git a/CHANGELOG.md b/CHANGELOG.md index 891852e..676eee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @humanlayer/effect-machine +## 0.19.1 + +### Patch Changes + +- [#5](https://github.com/humanlayer/effect-machine/pull/5) [`b16c942`](https://github.com/humanlayer/effect-machine/commit/b16c9424fa209dbed36fe935665d0a72e8408d3b) Thanks [@K-Mistele](https://github.com/K-Mistele)! - Preserve exact machine schema types on `MachineEntity` and require `.task()` shorthand to return a valid machine event without using `any` or diagnostic suppressions. + ## 0.19.0 ### Minor Changes diff --git a/package.json b/package.json index d91e97b..a12eaae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@humanlayer/effect-machine", - "version": "0.19.0", + "version": "0.19.1", "repository": { "type": "git", "url": "https://github.com/humanlayer/effect-machine.git"