Skip to content

Commit be8bcfe

Browse files
chore: release v1.1.0
1 parent 3423272 commit be8bcfe

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.0.0",
4+
"version": "1.1.0",
55
"private": true,
66
"packageManager": "pnpm@10.21.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.0.0",
4+
"version": "1.1.0",
55
"packageManager": "pnpm@10.21.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.0.0",
4+
"version": "1.1.0",
55
"packageManager": "pnpm@10.21.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)