chore: release v1.1.0

This commit is contained in:
Johann Schopplich
2025-11-21 09:36:25 +01:00
parent 342327290d
commit be8bcfe9b2
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@toon-format/monorepo",
"type": "module",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"packageManager": "pnpm@10.21.0",
"scripts": {

View File

@@ -1,7 +1,7 @@
{
"name": "@toon-format/cli",
"type": "module",
"version": "1.0.0",
"version": "1.1.0",
"packageManager": "pnpm@10.21.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": "1.0.0",
"version": "1.1.0",
"packageManager": "pnpm@10.21.0",
"description": "Token-Oriented Object Notation (TOON) Compact, human-readable, schema-aware encoding of JSON for LLM prompts",
"author": "Johann Schopplich <hello@johannschopplich.com>",