From 2c976adb77ad8db9a36cc099026e24c58a432269 Mon Sep 17 00:00:00 2001 From: dswbx Date: Wed, 24 Sep 2025 16:25:23 +0200 Subject: [PATCH] chore: bump package version to 0.18.0-rc.8 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 462a03a..2e71fa0 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "type": "module", "sideEffects": false, "bin": "./dist/cli/index.js", - "version": "0.18.0-rc.7", + "version": "0.18.0-rc.8", "description": "Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, React Router, Astro, Cloudflare, Bun, Node, AWS Lambda & more.", "homepage": "https://bknd.io", "repository": {