From 475534141e7ae3fc02012b2e74ed11392f20f313 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:21:41 +0530 Subject: [PATCH] release: v0.6.0 --- CHANGELOG.md | 10 ++++++++++ deno.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 888db64..fdf3a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.6.0](https://github.com/globalbrain/hado/compare/v0.5.0...v0.6.0) (2024-07-15) + +### ⚠ BREAKING CHANGES + +- hado/http is removed, exports are now same as 0.4.2 + +### Features + +- split deps and devDeps ([75a8f78](https://github.com/globalbrain/hado/commit/75a8f78271a94eb3fdd6c772f67d78fdbac82a58)) + ## [0.5.0](https://github.com/globalbrain/hado/compare/v0.4.2...v0.5.0) (2024-07-12) ### ⚠ BREAKING CHANGES diff --git a/deno.json b/deno.json index 16eaad7..6d8cb61 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@globalbrain/hado", - "version": "0.5.0", + "version": "0.6.0", "exports": { "./router": "./src/router.ts", "./utils": "./src/utils.ts"