We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ff5b0 commit f30dd05Copy full SHA for f30dd05
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.7.0](https://github.com/globalbrain/hado/compare/v0.6.4...v0.7.0) (2024-08-01)
2
+
3
+### Bug Fixes
4
5
+- removed sentry from exports due to jsr restrictions ([74ff5b0](https://github.com/globalbrain/hado/commit/74ff5b07f7537953623c01605a25e08205f2566e))
6
7
## [0.6.4](https://github.com/globalbrain/hado/compare/v0.6.3...v0.6.4) (2024-08-01)
8
9
### Features
deno.json
@@ -1,6 +1,6 @@
{
"name": "@globalbrain/hado",
- "version": "0.6.4",
+ "version": "0.7.0",
"exports": {
"./router": "./src/router.ts",
"./utils": "./src/utils.ts"
0 commit comments