From ed28c6df726f764e43c8142f2f58d599ba36aaf1 Mon Sep 17 00:00:00 2001 From: hasundue Date: Sun, 4 Aug 2024 09:42:43 +0900 Subject: [PATCH] chore: release 0.19.6 --- cli/deno.json | 2 +- core/deno.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/deno.json b/cli/deno.json index a6a07e19..a26ab6d2 100644 --- a/cli/deno.json +++ b/cli/deno.json @@ -1,6 +1,6 @@ { "name": "@molt/cli", - "version": "0.19.3", + "version": "0.19.6", "exports": { ".": "./main.ts" }, diff --git a/core/deno.json b/core/deno.json index 4d5a586e..7d995544 100644 --- a/core/deno.json +++ b/core/deno.json @@ -1,6 +1,6 @@ { "name": "@molt/core", - "version": "0.19.3", + "version": "0.19.6", "exports": { ".": "./mod.ts", "./bumps": "./bumps.ts",