From 9a210567e9f1bc38a51c7e7d541fea2dc4a0ced7 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Wed, 7 Aug 2024 08:40:23 +0100 Subject: [PATCH] feat: read `deno.json` for version check (#37) --- src/get-current-version.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/get-current-version.ts b/src/get-current-version.ts index 348c469..83a2ae2 100644 --- a/src/get-current-version.ts +++ b/src/get-current-version.ts @@ -20,6 +20,10 @@ export async function getCurrentVersion(operation: Operation): Promise