chore: bump version to 0.30.7

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-19 22:51:53 -08:00
parent a539a5bbbb
commit 1efa5043e7
13 changed files with 45 additions and 10 deletions

View File

@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.30.7] - 2025-12-19
### Fixed
- **`bd graph` nil pointer crash** (#657) - Fixed crash when running `bd graph` on epics
- `renderGraph()` was passed `nil` instead of the subgraph, causing panic in `computeDependencyCounts()`
- **Windows npm installer file lock** (#652) - Fixed installation failure on Windows
- The download file handle wasn't fully closed before extraction attempted
- Now properly waits for `file.close()` callback before proceeding
## [0.30.6] - 2025-12-18
### Added