Skip to content

Commit 005a29d

Browse files
committed
chore: bump to v0.6.1
1 parent 5e93af4 commit 005a29d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.1 (2025-02-03)
2+
3+
- Fix handling of errors thrown by effect handlers
4+
15
## 0.6.0 (2025-02-02)
26

37
- Add proper support for `try` / `catch` / `finally` in computations
@@ -8,4 +12,3 @@
812
- **BREAKING** `run` now takes two functions `onReturn` and `onThrow`, instead of a single function `ret`, to handle errors thrown in the computations
913
- **BREAKING** Rename `EffectId` to `EffectKey`
1014
- **BREAKING** The arguments of `Eff` type is flipped (`Eff<Row, T>` to `Eff<T, Row>`) for convenience
11-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@susisu/effectful",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Algebraic effects and handlers for TypeScript",
55
"repository": "https://github.com/susisu/effectful.git",
66
"author": "Susisu <susisu2413@yahoo.co.jp>",

0 commit comments

Comments
 (0)