From df3bf7fde9b1f63851f1d8a8dde435afe9782b9e Mon Sep 17 00:00:00 2001 From: Tiago <70700766+tiagorangel1@users.noreply.github.com> Date: Wed, 27 Aug 2025 12:00:58 +0100 Subject: [PATCH] standalone(feat): 2.0.7 --- standalone/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/package.json b/standalone/package.json index d467443..43d0b6a 100644 --- a/standalone/package.json +++ b/standalone/package.json @@ -1,6 +1,6 @@ { "name": "cap-standalone", - "version": "2.0.6", + "version": "2.0.7", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "bun run --watch src/index.js",