From ee8262e6f6bd0e9ebdc1cfc1cff6534cbc0c469c Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 12 Jan 2024 20:26:50 +1100 Subject: [PATCH] Release 12.6.3 --- CHANGELOG.md | 6 ++++++ deno.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",