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