From: Stefan Gasser Date: Fri, 31 Jul 2026 08:48:35 +0000 (+0200) Subject: Bump version to 0.9.2 (#164) X-Git-Tag: v0.9.2^0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=88c206c725ae0b01a5e515109c6e153168713e07;p=sgasser-llm-shield.git Bump version to 0.9.2 (#164) Updates the package version for the security patch release. --- diff --git a/package.json b/package.json index 4800fa2..0beefa6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pasteguard", - "version": "0.9.1", + "version": "0.9.2", "description": "Privacy proxy for LLMs. Masks personal data and secrets before sending to your provider.", "type": "module", "main": "src/index.ts",