diff --git a/.changeset/quick-pillows-draw.md b/.changeset/quick-pillows-draw.md deleted file mode 100644 index 311f74b..0000000 --- a/.changeset/quick-pillows-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/format-claude-stream": patch ---- - -Add blank lines between events, for readability. Tool results are kept together with their tool calls, with no intervening blank line. Consecutive Read and Edit calls are also grouped together. diff --git a/CHANGELOG.md b/CHANGELOG.md index 12756e8..040fe87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/format-claude-stream +## 0.1.1 + +### Patch Changes + +- 2fd38f4: Add blank lines between events, for readability. Tool results are kept together with their tool calls, with no intervening blank line. Consecutive Read and Edit calls are also grouped together. + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index b609fc4..2155482 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@khanacademy/format-claude-stream", - "version": "0.1.0", + "version": "0.1.1", "description": "Formats output from `claude --output-format stream-json` as human-readable text", "repository": { "type": "git",