Skip to content

Commit

Permalink
release: v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Jul 12, 2024
1 parent fe52d32 commit c12e695
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.5.0](https://github.com/globalbrain/hado/compare/v0.4.2...v0.5.0) (2024-07-12)

### ⚠ BREAKING CHANGES

- `createStandardResponse` and `STATUS_CODE` are now exported from `hado/http` instead of `hado/router`

### Features

- re-export everything from the `@std/http` module ([fe52d32](https://github.com/globalbrain/hado/commit/fe52d32d5f295bd961f3572b4022e3fd1455dbd9))

## [0.4.2](https://github.com/globalbrain/hado/compare/v0.4.1...v0.4.2) (2024-06-07)

## [0.4.1](https://github.com/globalbrain/hado/compare/v0.4.0...v0.4.1) (2024-06-06)
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.4.2",
"version": "0.5.0",
"exports": {
"./http": "./src/http.ts",
"./router": "./src/router.ts",
Expand Down

0 comments on commit c12e695

Please sign in to comment.