From 4a16331d665cc6f0fc1b68a4a019b6d910519746 Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Mon, 6 May 2024 11:27:06 +0800 Subject: [PATCH] chore: release 0.1.5 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 6793f8f..f399119 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@textplace/core", - "version": "0.1.4", + "version": "0.1.5", "exports": "./mod.ts", "imports": { "@deno/dnt": "jsr:@deno/dnt@^0.41.1"