Skip to content

Commit

Permalink
release: v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Nov 10, 2024
1 parent ba49813 commit 4492fb9
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.8.0](https://github.com/globalbrain/hado/compare/v0.7.3...v0.8.0) (2024-11-10)

### ⚠ BREAKING CHANGES

- `static.fsRoot` is now required to serve static files. This is a breaking change because previously static files were served from the project root by default, which posed a security risk of exposing sensitive files.

### Bug Fixes

- don't serve static files unless static.fsRoot is explicitly specified ([ba49813](https://github.com/globalbrain/hado/commit/ba49813972bad21e1774fed65c26bdc8b76ff85d))

## [0.7.3](https://github.com/globalbrain/hado/compare/v0.7.2...v0.7.3) (2024-10-28)

### Features
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.7.3",
"version": "0.8.0",
"exports": {
"./router": "./src/router.ts",
"./utils": "./src/utils.ts"
Expand Down

0 comments on commit 4492fb9

Please sign in to comment.