chore: release v0.9.0

This commit is contained in:
Johann Schopplich
2025-11-10 10:51:36 +01:00
parent 89b227302a
commit 4f5000b2eb
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@toon-format/monorepo",
"type": "module",
"version": "0.8.0",
"version": "0.9.0",
"private": true,
"packageManager": "pnpm@10.20.0",
"scripts": {

View File

@@ -1,7 +1,7 @@
{
"name": "@toon-format/cli",
"type": "module",
"version": "0.8.0",
"version": "0.9.0",
"packageManager": "pnpm@10.20.0",
"description": "CLI for JSON ↔ TOON conversion using @toon-format/toon",
"author": "Johann Schopplich <hello@johannschopplich.com>",

View File

@@ -1,7 +1,7 @@
{
"name": "@toon-format/toon",
"type": "module",
"version": "0.8.0",
"version": "0.9.0",
"packageManager": "pnpm@10.20.0",
"description": "Token-Oriented Object Notation (TOON) A compact, deterministic JSON format for LLM prompts",
"author": "Johann Schopplich <hello@johannschopplich.com>",