chore: release v1.4.0

This commit is contained in:
Johann Schopplich
2025-11-24 08:42:50 +01:00
parent 327bddae55
commit 2b2e26b0ef
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "@toon-format/monorepo", "name": "@toon-format/monorepo",
"type": "module", "type": "module",
"version": "1.3.0", "version": "1.4.0",
"private": true, "private": true,
"packageManager": "pnpm@10.23.0", "packageManager": "pnpm@10.23.0",
"scripts": { "scripts": {

View File

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

View File

@@ -1,7 +1,7 @@
{ {
"name": "@toon-format/toon", "name": "@toon-format/toon",
"type": "module", "type": "module",
"version": "1.3.0", "version": "1.4.0",
"packageManager": "pnpm@10.23.0", "packageManager": "pnpm@10.23.0",
"description": "Token-Oriented Object Notation (TOON) Compact, human-readable, schema-aware encoding of JSON for LLM prompts", "description": "Token-Oriented Object Notation (TOON) Compact, human-readable, schema-aware encoding of JSON for LLM prompts",
"author": "Johann Schopplich <hello@johannschopplich.com>", "author": "Johann Schopplich <hello@johannschopplich.com>",