Skip to content

Commit 5310e8a

Browse files
chore: release v2.0.0
1 parent 7e6e180 commit 5310e8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@toon-format/monorepo",
33
"type": "module",
4-
"version": "1.4.0",
4+
"version": "2.0.0",
55
"private": true,
66
"packageManager": "pnpm@10.23.0",
77
"scripts": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@toon-format/cli",
33
"type": "module",
4-
"version": "1.4.0",
4+
"version": "2.0.0",
55
"packageManager": "pnpm@10.23.0",
66
"description": "CLI for JSON ↔ TOON conversion using @toon-format/toon",
77
"author": "Johann Schopplich <hello@johannschopplich.com>",

packages/toon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@toon-format/toon",
33
"type": "module",
4-
"version": "1.4.0",
4+
"version": "2.0.0",
55
"packageManager": "pnpm@10.23.0",
66
"description": "Token-Oriented Object Notation (TOON) – Compact, human-readable, schema-aware encoding of JSON for LLM prompts",
77
"author": "Johann Schopplich <hello@johannschopplich.com>",

0 commit comments

Comments
 (0)