From db25d65c43734cdaccd829591090feabaab48180 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 25 Mar 2026 20:14:22 -0700 Subject: [PATCH] chore(rnotes): bump JS cache version to v=9 Co-Authored-By: Claude Opus 4.6 --- modules/rnotes/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rnotes/mod.ts b/modules/rnotes/mod.ts index f07b5b1..aed0171 100644 --- a/modules/rnotes/mod.ts +++ b/modules/rnotes/mod.ts @@ -1615,7 +1615,7 @@ routes.get("/", (c) => { modules: getModuleInfoList(), theme: "dark", body: ``, - scripts: ``, + scripts: ``, styles: ``, })); });