Skip to content

Commit 3fc9291

Browse files
chore: release v0.7.2
1 parent a3b1a01 commit 3fc9291

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": "0.7.1",
4+
"version": "0.7.2",
55
"private": true,
66
"packageManager": "[email protected]",
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": "0.7.1",
4+
"version": "0.7.2",
55
"packageManager": "[email protected]",
66
"description": "CLI for JSON ↔ TOON conversion using @toon-format/toon",
77
"author": "Johann Schopplich <[email protected]>",

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": "0.7.1",
4+
"version": "0.7.2",
55
"packageManager": "[email protected]",
66
"description": "Token-Oriented Object Notation (TOON) – a token-efficient JSON alternative for LLM prompts",
77
"author": "Johann Schopplich <[email protected]>",

0 commit comments

Comments
 (0)