chore: release 0.4.1

...because I forgot to export richText
This commit is contained in:
Shibo Lyu 2025-02-16 22:47:21 +08:00
parent 5791e31599
commit f0edaba656

View file

@ -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",