From 953759deb445f43f0fcc8da23b7f58c780f779b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 19:28:05 +0000 Subject: [PATCH] chore: release packages --- .changeset/fix-copy-code-block-trailing-newline.md | 5 ----- extensions/pi-copy-code-block/CHANGELOG.md | 6 ++++++ extensions/pi-copy-code-block/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fix-copy-code-block-trailing-newline.md diff --git a/.changeset/fix-copy-code-block-trailing-newline.md b/.changeset/fix-copy-code-block-trailing-newline.md deleted file mode 100644 index ed195b2..0000000 --- a/.changeset/fix-copy-code-block-trailing-newline.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@haphazarddev/pi-copy-code-block": patch ---- - -Remove the extra trailing newline when copying code blocks so single-line commands paste cleanly. diff --git a/extensions/pi-copy-code-block/CHANGELOG.md b/extensions/pi-copy-code-block/CHANGELOG.md index 405bbf2..aacce0a 100644 --- a/extensions/pi-copy-code-block/CHANGELOG.md +++ b/extensions/pi-copy-code-block/CHANGELOG.md @@ -1,5 +1,11 @@ # @haphazarddev/pi-copy-code-block +## 0.2.1 + +### Patch Changes + +- 1121430: Remove the extra trailing newline when copying code blocks so single-line commands paste cleanly. + ## 0.2.0 ### Minor Changes diff --git a/extensions/pi-copy-code-block/package.json b/extensions/pi-copy-code-block/package.json index f655ba6..5bbd624 100644 --- a/extensions/pi-copy-code-block/package.json +++ b/extensions/pi-copy-code-block/package.json @@ -1,6 +1,6 @@ { "name": "@haphazarddev/pi-copy-code-block", - "version": "0.2.0", + "version": "0.2.1", "description": "A pi extension that copies code blocks from the latest assistant message to the clipboard.", "type": "module", "license": "MIT",