Skip to content

Commit

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

## Version 0.5.1

- fix: polyfill URLPattern under Bun (8e21f32)
- fix: move loading of URLPattern polyfill (828fed3)
- fix: add urlpattern-polyfill to deno.json (25edc9)
- fix: move npm dep to package.json (8a615f1)
- fix: fix npm dependencies (f09b303)
- docs: update inline docs and readme around Bun (297a38f)

## Version 0.5.0

- feat: use `Deno.serve()` instead of `Deno.serveHttp()` (014019b)
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.5.1-alpha.5",
"version": "0.5.1",
"exports": {
".": "./mod.ts",
"./context": "./context.ts",
Expand Down

0 comments on commit 5641579

Please sign in to comment.