Skip to content

Commit 0fdac9b

Browse files
committed
chore(main): release 0.115.3
1 parent b944986 commit 0fdac9b

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.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.2"
2+
".": "0.115.3"
33
}

CHANGELOG.md

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

3+
## [0.115.3](https://github.com/henrikje/arborist/compare/v0.115.2...v0.115.3) (2026-04-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **branch:** show configured base when only some repos have the branch ([b3fb18d](https://github.com/henrikje/arborist/commit/b3fb18df6c1d7f9827be1607f34697c50175c7db))
9+
* **retarget:** allow retarget when some repos lack the old base branch ([b944986](https://github.com/henrikje/arborist/commit/b944986d472751811a548a4bacf256ce4c7ad4cf))
10+
* **status:** suppress base-not-found hint when at least one repo has the branch ([aa344f5](https://github.com/henrikje/arborist/commit/aa344f52f4b339cedeb14fb9e98aa8b0414394f4))
11+
312
## [0.115.2](https://github.com/henrikje/arborist/compare/v0.115.1...v0.115.2) (2026-03-30)
413

514

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.2",
3+
"version": "0.115.3",
44
"type": "module",
55
"scripts": {
66
"dev": "bun run src/index.ts --",

0 commit comments

Comments
 (0)