From 722863ae5756f8e81f63adae726e6c56b81be5ac Mon Sep 17 00:00:00 2001 From: IanKulin Date: Sun, 28 Sep 2025 12:03:44 +0800 Subject: [PATCH] version bump to test github workflow --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 4dfd939..477544a 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@iankulin/logger", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "exports": { ".": "./lib/logger.ts"