Skip to content

Commit 7163352

Browse files
committed
chore(main): release 0.114.0
1 parent b6f7f92 commit 7163352

3 files changed

Lines changed: 17 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.113.0"
2+
".": "0.114.0"
33
}

CHANGELOG.md

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

3+
## [0.114.0](https://github.com/henrikje/arborist/compare/v0.113.0...v0.114.0) (2026-03-25)
4+
5+
6+
### Features
7+
8+
* **list:** auto-hide BRANCH column when branches match workspace names ([b600aef](https://github.com/henrikje/arborist/commit/b600aef70713e87e5d31939d9ebf10807f642ba4))
9+
10+
11+
### Bug Fixes
12+
13+
* **rebase:** check up-to-date before dirty state in classification ([ba3817a](https://github.com/henrikje/arborist/commit/ba3817afebc6d8caa73a90a1f71fec2e5eea7b2c))
14+
* **status:** detect squash merge on never-pushed branches ([f53ce94](https://github.com/henrikje/arborist/commit/f53ce94ed85a3ce9e97399cdc2b663b9008095b2))
15+
* **watch:** add delayed activity indicator for keypress feedback ([0362299](https://github.com/henrikje/arborist/commit/03622996a41919ba7925c88c9e26240f819e60b8))
16+
* **watch:** add leading-edge debounce for instant response to first event ([ca720a2](https://github.com/henrikje/arborist/commit/ca720a2ebaf3053fd6b15b3615270cc3028ab304))
17+
318
## [0.113.0](https://github.com/henrikje/arborist/compare/v0.112.0...v0.113.0) (2026-03-24)
419

520

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

0 commit comments

Comments
 (0)