From 3075338030af660f2bf5024d62b033c1de26fef1 Mon Sep 17 00:00:00 2001 From: Andrei Hasna Date: Fri, 7 Aug 2026 21:33:22 +0300 Subject: [PATCH] chore(release): bump shield to 0.1.27 Agent: vespasian --- compat/security/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compat/security/package.json b/compat/security/package.json index bd02c91..ba31ba4 100644 --- a/compat/security/package.json +++ b/compat/security/package.json @@ -14,7 +14,7 @@ "release:check": "bun run check:secrets" }, "dependencies": { - "@hasna/shield": "0.1.26" + "@hasna/shield": "0.1.27" }, "files": [ "bin", diff --git a/package.json b/package.json index 5493e9a..bf25778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hasna/shield", - "version": "0.1.26", + "version": "0.1.27", "description": "AI-powered security scanner for git repos — CLI, MCP, API, Web Dashboard, SDK with Cerebras LLM", "type": "module", "main": "dist/index.js",