Skip to content

Commit

Permalink
release: v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed May 28, 2024
1 parent 07ecf5b commit 114dc53
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
## [0.1.0](https://github.com/globalbrain/hado/compare/v0.0.6...v0.1.0) (2024-05-28)

### Features

- add router ([f89ceb7](https://github.com/globalbrain/hado/commit/f89ceb7229e7bdf26ab29763a76f5059e5b5b897))
- recreate router tree on file creation/deletion in dev ([bb1f5af](https://github.com/globalbrain/hado/commit/bb1f5affd367c650a16e550c4118775a84e65457))

### Bug Fixes

- explicit return types ([a8bd7dc](https://github.com/globalbrain/hado/commit/a8bd7dc49ab9696a382dba1179ab5309a8fbab2c))

## 0.0.6 (2024-05-26)
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@globalbrain/hado",
"version": "0.0.6",
"version": "0.1.0",
"exports": {
"./router": "./src/router.ts"
},
Expand Down

0 comments on commit 114dc53

Please sign in to comment.