chore: bump version to 6.0.0-alpha.12 and add yaml dependency

- Add missing yaml package dependency to fix MODULE_NOT_FOUND error
- Update CHANGELOG.md with alpha.12 release notes
This commit is contained in:
Brian Madison
2025-11-19 00:36:31 -06:00
parent 047dfc1462
commit be04d687dc
3 changed files with 13 additions and 4 deletions

View File

@@ -2,6 +2,14 @@
## [Unreleased]
## [6.0.0-alpha.12]
**Release: November 19, 2025**
### 🐛 Bug Fixes
- Added missing `yaml` dependency to fix `MODULE_NOT_FOUND` error when running `npx bmad-method install`
## [6.0.0-alpha.11]
**Release: November 18, 2025**