Skip to content

Commit 441548c

Browse files
chore: release 1.5.1 [skip ci]
## [1.5.1](v1.5.0...v1.5.1) (2025-08-19) ### Bug Fixes * handle script terminations using e.g. ctrl + c ([#127](#127)) ([c11b4b5](c11b4b5))
1 parent c11b4b5 commit 441548c

File tree

3 files changed

+10
-47
lines changed

3 files changed

+10
-47
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.5.1](https://github.com/tobiasbueschel/git-push-pr/compare/v1.5.0...v1.5.1) (2025-08-19)
2+
3+
4+
### Bug Fixes
5+
6+
* handle script terminations using e.g. ctrl + c ([#127](https://github.com/tobiasbueschel/git-push-pr/issues/127)) ([c11b4b5](https://github.com/tobiasbueschel/git-push-pr/commit/c11b4b5d8730d6bac3219e94d8e4d18b94fefcfe))
7+
18
# [1.5.0](https://github.com/tobiasbueschel/git-push-pr/compare/v1.4.0...v1.5.0) (2025-07-29)
29

310

package-lock.json

Lines changed: 2 additions & 46 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": "git-push-pr",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Git push and open pull request",
55
"license": "MIT",
66
"repository": "https://github.com/tobiasbueschel/git-push-pr",

0 commit comments

Comments
 (0)