Skip to content

Commit

Permalink
release: v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Aug 5, 2024
1 parent bc6dcad commit 4666a90
Show file tree
Hide file tree
Showing 3 changed files with 16 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.7.1](https://github.com/globalbrain/hado/compare/v0.7.0...v0.7.1) (2024-08-05)

### Features

- stabilize deps ([bc6dcad](https://github.com/globalbrain/hado/commit/bc6dcad2bdcafa23dda4930664352d6a4acca570))

### Bug Fixes

- skip sentry init if dsn is not set ([8beff85](https://github.com/globalbrain/hado/commit/8beff85e0c0a2d7aab1127c706e7e305f4a06dde))

## [0.7.0](https://github.com/globalbrain/hado/compare/v0.6.4...v0.7.0) (2024-08-01)

### Bug Fixes
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.0",
"version": "0.7.1",
"exports": {
"./router": "./src/router.ts",
"./utils": "./src/utils.ts"
Expand Down
5 changes: 5 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4666a90

Please sign in to comment.