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",