Skip to content

Commit 9fd1314

Browse files
committed
release: v0.20.0
1 parent 85c65b7 commit 9fd1314

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.20.0](https://github.com/globalbrain/hado/compare/v0.19.6...v0.20.0) (2026-02-25)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
- `src/sentry.ts` no longer exports/uses the custom `denoServerIntegration`, `instrumentDenoServe`, and related helpers. Consumers calling those functions directly must migrate to the built-in Sentry behavior.
6+
7+
### Features
8+
9+
- switch to built-in Sentry Deno server integration and upgrade deps ([85c65b7](https://github.com/globalbrain/hado/commit/85c65b771d6038a29dee7d7ba275e8fd3b8009a5))
10+
111
## [0.19.6](https://github.com/globalbrain/hado/compare/v0.19.5...v0.19.6) (2025-11-20)
212

313
## [0.19.5](https://github.com/globalbrain/hado/compare/v0.19.4...v0.19.5) (2025-11-18)

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.19.6",
3+
"version": "0.20.0",
44
"exports": {
55
"./router": "./src/router.ts",
66
"./sentry": "./src/sentry.ts",

0 commit comments

Comments
 (0)