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 26, 2024
1 parent 4f8148c commit 203d258
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

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

- Fix import map.
- Fix typo.

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

- Refatoring
- Rafactoring.

## v0.6.0 (2024-05-26)

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.1",
"version": "0.6.2",
"tasks": {
"dev": "deno run --watch main.ts",
"test": "deno test --parallel --coverage=.coverage",
Expand Down

0 comments on commit 203d258

Please sign in to comment.