Skip to content

Commit

Permalink
release: v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed May 30, 2024
1 parent 23a7b4a commit 7f970f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.3.3](https://github.com/globalbrain/hado/compare/v0.3.2...v0.3.3) (2024-05-30)

### Features

- export `createStandardResponse` helper function ([23a7b4a](https://github.com/globalbrain/hado/commit/23a7b4ae68188b03d24656b33355e8c8f326a088))

## [0.3.2](https://github.com/globalbrain/hado/compare/v0.3.1...v0.3.2) (2024-05-30)

### Bug Fixes
Expand All @@ -8,7 +14,7 @@

### Bug Fixes

- empty urlRoot not working ([c66da3d](https://github.com/globalbrain/hado/commit/c66da3dc75150728146d4e76e520812f5dbd458e))
- empty `urlRoot` not working ([c66da3d](https://github.com/globalbrain/hado/commit/c66da3dc75150728146d4e76e520812f5dbd458e))

## [0.3.0](https://github.com/globalbrain/hado/compare/v0.2.0...v0.3.0) (2024-05-30)

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": "@globalbrain/hado",
"version": "0.3.2",
"version": "0.3.3",
"exports": {
"./router": "./src/router.ts"
},
Expand Down

0 comments on commit 7f970f5

Please sign in to comment.