Skip to content

Commit

Permalink
chore: bump to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Feb 3, 2025
1 parent 5e93af4 commit 005a29d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.1 (2025-02-03)

- Fix handling of errors thrown by effect handlers

## 0.6.0 (2025-02-02)

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@susisu/effectful",
"version": "0.6.0",
"version": "0.6.1",
"description": "Algebraic effects and handlers for TypeScript",
"repository": "https://github.com/susisu/effectful.git",
"author": "Susisu <susisu2413@yahoo.co.jp>",
Expand Down

0 comments on commit 005a29d

Please sign in to comment.