From 56415799f21c56e2d3cb489cfa25927d29273e80 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 8 Mar 2024 07:40:45 +1100 Subject: [PATCH] Release 0.5.1 --- CHANGELOG.md | 9 +++++++++ deno.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fb3100..5c16a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/deno.json b/deno.json index 78beae6..aec4def 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@oak/acorn", - "version": "0.5.1-alpha.5", + "version": "0.5.1", "exports": { ".": "./mod.ts", "./context": "./context.ts",