Skip to content

Commit a8ecca1

Browse files
committed
release: v0.19.0
1 parent ab41a84 commit a8ecca1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.19.0](https://github.com/globalbrain/hado/compare/v0.18.1...v0.19.0) (2025-10-02)
2+
3+
### Bug Fixes
4+
5+
- exclude test files from route scanning ([f3572c2](https://github.com/globalbrain/hado/commit/f3572c2e2dfcb993831ef88cecb121227e44c72b))
6+
- improve error traces for timeouts in fetch utilities ([ab41a84](https://github.com/globalbrain/hado/commit/ab41a84a24b16aa5170286ee6f5fbd954ef2f283))
7+
18
## [0.18.1](https://github.com/globalbrain/hado/compare/v0.18.0...v0.18.1) (2025-09-06)
29

310
## [0.18.0](https://github.com/globalbrain/hado/compare/v0.17.3...v0.18.0) (2025-08-04)

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@globalbrain/hado",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"exports": {
55
"./router": "./src/router.ts",
66
"./sentry": "./src/sentry.ts",

0 commit comments

Comments
 (0)