Skip to content

Commit

Permalink
chore: update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lisez committed May 28, 2024
1 parent 76eb156 commit 70dd3e0
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,5 +1,9 @@
# Changelog

## v0.9.0 (2024-05-28)

- Non-blocking async in default.

## v0.8.0 (2024-05-28)

- Extends `on` to support `onDual`.
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lisez/xevt",
"version": "0.8.0",
"version": "0.9.0",
"tasks": {
"dev": "deno run --watch main.ts",
"test": "deno test --parallel --coverage=.coverage",
Expand Down

0 comments on commit 70dd3e0

Please sign in to comment.