Skip to content

Commit 994ee74

Browse files
chore(release): 0.8.4 [skip ci]
## [0.8.4](v0.8.3...v0.8.4) (2025-07-16) ### Bug Fixes * add missing conventional-changelog-conventionalcommits dependency for semantic-release ([591c1fc](591c1fc)) ### Miscellaneous * switch to conventional commits preset and adjust release rules and sections ([3f76ed0](3f76ed0)) * update conventional-changelog-conventionalcommits to latest version 9.1.0 ([5fbb12f](5fbb12f))
1 parent be9b12c commit 994ee74

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.8.4](https://github.com/nkmr-jp/prompt-line/compare/v0.8.3...v0.8.4) (2025-07-16)
2+
3+
### Bug Fixes
4+
5+
* add missing conventional-changelog-conventionalcommits dependency for semantic-release ([591c1fc](https://github.com/nkmr-jp/prompt-line/commit/591c1fc847d3be63db2f9a3535d1c4008ae8d73e))
6+
7+
### Miscellaneous
8+
9+
* switch to conventional commits preset and adjust release rules and sections ([3f76ed0](https://github.com/nkmr-jp/prompt-line/commit/3f76ed04f3e95b31993576c90d61c5b55f0bbc69))
10+
* update conventional-changelog-conventionalcommits to latest version 9.1.0 ([5fbb12f](https://github.com/nkmr-jp/prompt-line/commit/5fbb12f896b05da564c6bf441e05560ba2a284b3))
11+
112
## [0.8.3](https://github.com/nkmr-jp/prompt-line/compare/v0.8.2...v0.8.3) (2025-07-16)
213

314
## [0.8.2](https://github.com/nkmr-jp/prompt-line/compare/v0.8.1...v0.8.2) (2025-07-16)

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.8.3",
3+
"version": "0.8.4",
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)