Skip to content

Commit 70ce155

Browse files
Version Packages (#6197)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ec042e7 commit 70ce155

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/short-cameras-watch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/workflow/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @effect/workflow
22

3+
## 0.18.1
4+
5+
### Patch Changes
6+
7+
- [#6196](https://github.com/Effect-TS/effect/pull/6196) [`ec042e7`](https://github.com/Effect-TS/effect/commit/ec042e71add5fe72637a48b3c6ba9795e3afe534) Thanks @tim-smart! - Fix workflow suspension handling so mixed failures preserve non-interrupt causes and DurableDeferred.into isolates inner suspension state.
8+
39
## 0.18.0
410

511
### Patch Changes

packages/workflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effect/workflow",
33
"type": "module",
4-
"version": "0.18.0",
4+
"version": "0.18.1",
55
"description": "Durable workflows for Effect",
66
"publishConfig": {
77
"access": "public",

0 commit comments

Comments
 (0)