Skip to content

Commit

Permalink
chore: update changelog and bump version (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
lisez authored May 27, 2024
1 parent 6b3fe66 commit 7d3f7d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

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

- Support `onDual` method.
- Drop `*Async` methods.

## v0.6.2 (2024-05-27)

- Fix import map.
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.6.2",
"version": "0.7.0",
"tasks": {
"dev": "deno run --watch main.ts",
"test": "deno test --parallel --coverage=.coverage",
Expand Down

0 comments on commit 7d3f7d4

Please sign in to comment.