Skip to content

Commit

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

- Fix `waitFor` and `runAsync` to return awaited types

## 0.6.1 (2025-02-03)

- Fix handling of errors thrown by effect handlers
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.1",
"version": "0.6.2",
"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 ab0e8ed

Please sign in to comment.