Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Jun 6, 2024
1 parent ac90976 commit 382350b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# acorn change log

## Version 0.6.0

- chore: add publish workflow (ee5b869)
- feat: support Node.js (3088469)
- feat: add ErrorEvent polyfill for Node.js (c5b1819)
- fix: don't await respond (ac90976)

## Version 0.5.1

- fix: polyfill URLPattern under Bun (8e21f32)
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.6.0-alpha.4",
"version": "0.6.0",
"exports": {
".": "./mod.ts",
"./context": "./context.ts",
Expand Down

0 comments on commit 382350b

Please sign in to comment.