From a9b13b29320b1c5435825b630237e1f0b0152680 Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Thu, 15 May 2025 03:09:42 +0800 Subject: [PATCH] chore: release 0.8.3 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index e30e42d..5f41bcc 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@blah/core", - "version": "0.8.2", + "version": "0.8.3", "exports": { "./crypto": "./crypto/mod.ts", "./identity": "./identity/mod.ts",