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

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "bmad-method",
"version": "6.0.0-alpha.11",
"version": "6.0.0-alpha.12",
"description": "Breakthrough Method of Agile AI-driven Development",
"keywords": [
"agile",
@@ -76,7 +76,8 @@
"ora": "^5.4.1",
"semver": "^7.6.3",
"wrap-ansi": "^7.0.0",
"xml2js": "^0.6.2"
"xml2js": "^0.6.2",
"yaml": "^2.7.0"
},
"devDependencies": {
"@eslint/js": "^9.33.0",