Skip to content

Commit

Permalink
chore: bump to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Feb 16, 2025
1 parent 15afc50 commit 6c6bb7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.2",
"version": "0.7.0",
"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 6c6bb7c

Please sign in to comment.