Skip to content

Commit 8366aff

Browse files
committed
chore(release): cut 0.9.5
1 parent 2ed14f7 commit 8366aff

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
### Fixed
1010

11+
## [0.9.5] - 2026-04-14
12+
13+
### Fixed
14+
15+
- Restore execute permissions for packaged prebuilt binaries so `npm install -g hunkdiff` no longer fails with `spawnSync … EACCES` on root-owned installs.
16+
1117
## [0.9.4-beta.0] - 2026-04-14
1218

1319
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hunkdiff",
3-
"version": "0.9.4-beta.0",
3+
"version": "0.9.5",
44
"description": "Desktop-inspired terminal diff viewer for understanding agent-authored changesets.",
55
"keywords": [
66
"ai",

0 commit comments

Comments
 (0)