Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Jun 7, 2024
1 parent acc5756 commit 9f58126
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# acorn change log

## Version 0.7.0

- feat: support Cloudflare Workers (2eecd21)
- feat: include duration in handled event (b6cbe17)

**BREAKING CHANGE** Previously the `HandledEvent` contained the performance
measurement of the handling of the route. It now only contains a `duration`
property which represents in milliseconds how long it took to handle the
request.

- fix: use `createPromiseWithResolvers()` (b6023f8)
- fix: add dynamic npm imports (acc5756)

## Version 0.6.0

- chore: add publish workflow (ee5b869)
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": "@oak/acorn",
"version": "0.7.0-alpha.4",
"version": "0.7.0",
"exports": {
".": "./mod.ts",
"./context": "./context.ts",
Expand Down

0 comments on commit 9f58126

Please sign in to comment.