Skip to content

Commit 693430a

Browse files
committed
chore(main): release 0.115.4
1 parent 144b62d commit 693430a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.115.3"
2+
".": "0.115.4"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.115.4](https://github.com/henrikje/arborist/compare/v0.115.3...v0.115.4) (2026-04-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **rebase:** add missing dirty check for merged-new-work branches ([144b62d](https://github.com/henrikje/arborist/commit/144b62dbdb89c24fe8c16bb76d52ba62f82a73cf))
9+
* **retarget:** exempt retarget-base-not-found from blocking the operation ([9c12a42](https://github.com/henrikje/arborist/commit/9c12a42aecd4b8eaa8d7a3a5ddd3922847a4e07a))
10+
311
## [0.115.3](https://github.com/henrikje/arborist/compare/v0.115.2...v0.115.3) (2026-04-02)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arb",
3-
"version": "0.115.3",
3+
"version": "0.115.4",
44
"type": "module",
55
"scripts": {
66
"dev": "bun run src/index.ts --",

0 commit comments

Comments
 (0)