diff --git a/.changeset/persist-failed-delegation.md b/.changeset/persist-failed-delegation.md deleted file mode 100644 index 347f2a68..00000000 --- a/.changeset/persist-failed-delegation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@perstack/runtime": patch ---- - -Persist startRun and stopRunByError events for failed delegations diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 453191d4..d12878c3 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/runtime +## 0.0.136 + +### Patch Changes + +- [#741](https://github.com/perstack-ai/perstack/pull/741) [`356fa58`](https://github.com/perstack-ai/perstack/commit/356fa58482c9225911c2ea4b77f52323f41a8625) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Persist startRun and stopRunByError events for failed delegations + ## 0.0.135 ### Patch Changes diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 03e1b8d5..9a9c0b90 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@perstack/runtime", - "version": "0.0.135", + "version": "0.0.136", "description": "Perstack Runtime", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0",