From 1c93f62867b8460b92c7c7041110efe5d604b0f2 Mon Sep 17 00:00:00 2001 From: Techatrix Date: Sat, 5 Oct 2024 21:23:49 +0200 Subject: [PATCH] update wrangler compatibility date --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index ca2805a..36e976e 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,6 +1,6 @@ name = "release-worker" main = "src/index.ts" -compatibility_date = "2024-04-04" +compatibility_date = "2024-09-23" compatibility_flags = ["nodejs_compat"] # Variable bindings. These are arbitrary, plaintext strings (similar to environment variables)