From d2c75b970690fad9c6a0f7a80b5f1c3a5b8bce08 Mon Sep 17 00:00:00 2001 From: hasundue Date: Fri, 2 Aug 2024 18:16:11 +0900 Subject: [PATCH] chore: release 0.19.3 --- cli/deno.json | 2 +- core/deno.json | 2 +- integration/deno.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/deno.json b/cli/deno.json index 1adb3968..a6a07e19 100644 --- a/cli/deno.json +++ b/cli/deno.json @@ -1,6 +1,6 @@ { "name": "@molt/cli", - "version": "0.19.2", + "version": "0.19.3", "exports": { ".": "./main.ts" }, diff --git a/core/deno.json b/core/deno.json index fa85344d..4d5a586e 100644 --- a/core/deno.json +++ b/core/deno.json @@ -1,6 +1,6 @@ { "name": "@molt/core", - "version": "0.19.2", + "version": "0.19.3", "exports": { ".": "./mod.ts", "./bumps": "./bumps.ts", diff --git a/integration/deno.json b/integration/deno.json index a77fb552..68f5af20 100644 --- a/integration/deno.json +++ b/integration/deno.json @@ -1,6 +1,6 @@ { "name": "@molt/integration", - "version": "0.19.0", + "version": "0.19.3", "exports": { ".": "./mod.ts", "./commits": "./commits.ts",