Skip to content

Commit

Permalink
release: v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Jul 15, 2024
1 parent 75a8f78 commit 4755341
Show file tree
Hide file tree
Showing 2 changed files with 11 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.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
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.5.0",
"version": "0.6.0",
"exports": {
"./router": "./src/router.ts",
"./utils": "./src/utils.ts"
Expand Down

0 comments on commit 4755341

Please sign in to comment.