From 963c618f75c6f387d9f51dd4f5307a26bcf54751 Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Thu, 30 Oct 2025 08:09:30 +0100 Subject: [PATCH] chore: release v0.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e09a54..cd4eeee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@byjohann/toon", "type": "module", - "version": "0.4.1", + "version": "0.5.0", "packageManager": "pnpm@10.19.0", "description": "Token-Oriented Object Notation – a token-efficient JSON alternative for LLM prompts", "author": "Johann Schopplich ",