Skip to content

Commit

Permalink
release: v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Sep 2, 2024
1 parent abef902 commit a368e93
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.7.2](https://github.com/globalbrain/hado/compare/v0.7.1...v0.7.2) (2024-09-02)

### Features

- HEAD is now implicitly handled if GET is defined ([abef902](https://github.com/globalbrain/hado/commit/abef90270d17b75adc147f97b3b82849bce2b903))

### Bug Fixes

- cache logic resulting in internal server errors ([abef902](https://github.com/globalbrain/hado/commit/abef90270d17b75adc147f97b3b82849bce2b903))

## [0.7.1](https://github.com/globalbrain/hado/compare/v0.7.0...v0.7.1) (2024-08-05)

### Features
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.1",
"version": "0.7.2",
"exports": {
"./router": "./src/router.ts",
"./utils": "./src/utils.ts"
Expand Down

0 comments on commit a368e93

Please sign in to comment.