Skip to content

Commit da0a0b9

Browse files
chore: release v0.7.0
1 parent 5f09a14 commit da0a0b9

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.6.0",
4+
"version": "0.7.0",
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.6.0",
4+
"version": "0.7.0",
55
"packageManager": "[email protected]",
66
"description": "CLI for encoding and decoding Token-Oriented Object Notation (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.6.0",
4+
"version": "0.7.0",
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)