diff --git a/CHANGELOG.md b/CHANGELOG.md index 27cabf7c..4ea0b1df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # oak Change Log +## Version 12.6.3 + +- chore: add jsr metadata (6c30bdf) +- chore: rename deno.jsonc to deno.json (681da74) +- docs: fix typo in index.md (#600) + ## Version 12.6.2 - chore: update to std 0.211.0, commons 0.4.0, dnt 0.39.0 (494aa7b) diff --git a/deno.json b/deno.json index 5f4dccbf..bc11bc86 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@oak/oak", - "version": "12.6.2", + "version": "12.6.3", "exports": "./mod.ts", "tasks": { "build": "deno run --allow-read --allow-write --allow-net --allow-env --allow-run _build_npm.ts",