diff --git a/CHANGELOG.md b/CHANGELOG.md index 63134b4..5f3429d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.7.0 (2025-02-16) + +- Simplify the `interpret` function +- Fix `onThrow` (the thrid argument of `run`) not to be called twice +- **BREAKING** The previous `interpret` function has been renamed to `handle` + ## 0.6.2 (2025-02-10) - Fix `waitFor` and `runAsync` to return awaited types diff --git a/package.json b/package.json index f0552fa..67da602 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@susisu/effectful", - "version": "0.6.2", + "version": "0.7.0", "description": "Algebraic effects and handlers for TypeScript", "repository": "https://github.com/susisu/effectful.git", "author": "Susisu ",