Skip to content

Commit

Permalink
release: v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Dec 12, 2024
1 parent ede66d4 commit 4c682c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.8.2](https://github.com/globalbrain/hado/compare/v0.8.1...v0.8.2) (2024-12-12)

### Bug Fixes

- **sentry:** don't treat "listening on ..." logs as errors ([ede66d4](https://github.com/globalbrain/hado/commit/ede66d4b02f94cf6acf19f3d819e67c07ed32400))

## [0.8.1](https://github.com/globalbrain/hado/compare/v0.8.0...v0.8.1) (2024-11-28)

## [0.8.0](https://github.com/globalbrain/hado/compare/v0.7.3...v0.8.0) (2024-11-10)
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.8.1",
"version": "0.8.2",
"exports": {
"./router": "./src/router.ts",
"./utils": "./src/utils.ts"
Expand Down

0 comments on commit 4c682c2

Please sign in to comment.