From 8bfd7b1fc075d67f702de4bf4fc8dd4e74bb47fe Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Thu, 30 May 2024 14:31:38 +0530 Subject: [PATCH] release: v0.3.1 --- CHANGELOG.md | 6 ++++++ deno.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d21ed0f..7df6cca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.3.1](https://github.com/globalbrain/hado/compare/v0.3.0...v0.3.1) (2024-05-30) + +### Bug Fixes + +- empty urlRoot not working ([c66da3d](https://github.com/globalbrain/hado/commit/c66da3dc75150728146d4e76e520812f5dbd458e)) + ## [0.3.0](https://github.com/globalbrain/hado/compare/v0.2.0...v0.3.0) (2024-05-30) ### ⚠ BREAKING CHANGES diff --git a/deno.json b/deno.json index ab05c6b..3e2fe75 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@globalbrain/hado", - "version": "0.3.0", + "version": "0.3.1", "exports": { "./router": "./src/router.ts" },