From 3aaa7354ab16d6143c7b05d52456d85b4c9ce12a Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Sat, 25 Oct 2025 09:58:22 +0200 Subject: [PATCH] chore: release v0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 456aa2a..43f3305 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@byjohann/toon", "type": "module", - "version": "0.2.0", + "version": "0.2.1", "packageManager": "pnpm@10.19.0", "description": "Token-Oriented Object Notation – a token-efficient JSON alternative for LLM prompts", "author": "Johann Schopplich ",