From d98c52f7741473ec4c51f3309b94bcec98fba555 Mon Sep 17 00:00:00 2001 From: Guga Guichard Date: Wed, 12 Jun 2024 15:27:54 -0300 Subject: [PATCH] composable-functions@4.0.1 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 468bb7b5..6be0a24a 100644 --- a/deno.json +++ b/deno.json @@ -1,7 +1,7 @@ { "name": "@seasonedcc/composable-functions", "exports": "./mod.ts", - "version": "4.0.0", + "version": "4.0.1", "tasks": { "test": "deno test --allow-env --allow-net src", "publish": "deno task build-npm && cd npm/ && npm publish",