From f0edaba6564221a8a309cefc34d1bd652aff48fb Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Sun, 16 Feb 2025 22:47:21 +0800 Subject: [PATCH] chore: release 0.4.1 ...because I forgot to export richText --- deno.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deno.json b/deno.json index 1a3c8b5..d501531 100644 --- a/deno.json +++ b/deno.json @@ -1,9 +1,10 @@ { "name": "@blah/core", - "version": "0.4.0", + "version": "0.4.1", "exports": { "./crypto": "./crypto/mod.ts", - "./identity": "./identity/mod.ts" + "./identity": "./identity/mod.ts", + "./richText": "./richText/mod.ts" }, "imports": { "@deno/dnt": "jsr:@deno/dnt@^0.41.3",