Skip to content

Commit 0d7acb5

Browse files
chore(release): 0.7.2 [skip ci]
## [0.7.2](v0.7.1...v0.7.2) (2025-06-29) ### Bug Fixes * revert problematic PR to restore copy-paste functionality ([b887fdb](b887fdb)), closes [#46](#46)
1 parent 67aae01 commit 0d7acb5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.7.2](https://github.com/nkmr-jp/prompt-line/compare/v0.7.1...v0.7.2) (2025-06-29)
2+
3+
4+
### Bug Fixes
5+
6+
* revert problematic PR to restore copy-paste functionality ([b887fdb](https://github.com/nkmr-jp/prompt-line/commit/b887fdb57f3181666e4972d0c68db7e4252f27df)), closes [#46](https://github.com/nkmr-jp/prompt-line/issues/46)
7+
18
## [0.7.1](https://github.com/nkmr-jp/prompt-line/compare/v0.7.0...v0.7.1) (2025-06-24)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prompt-line",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Prompt Line is a macOS app developed to improve the prompt input experience in the terminal for CLI-based AI coding agents such as Claude Code, OpenAI Codex CLI, and Aider.",
55
"main": "dist/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)