Bump version to 6.0.0-Beta.4

- Activation steps formatting fix
- Custom module installation fix
This commit is contained in:
Brian Madison
2026-01-28 23:08:06 -08:00
parent bb29d5067b
commit 98b97cf4fd
3 changed files with 12 additions and 3 deletions

View File

@@ -1,5 +1,14 @@
# Changelog # Changelog
## [6.0.0-Beta.4]
### 🐛 Bug Fixes
- **Activation steps formatting fix**: Fixed missing opening quote that caused infrequent menu rendering issues
- **Custom module installation fix**: Added missing yaml require in manifest.js to fix custom module installation
---
## [6.0.0-Beta.3] ## [6.0.0-Beta.3]
### 🌟 Key Highlights ### 🌟 Key Highlights

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "bmad-method", "name": "bmad-method",
"version": "6.0.0-Beta.3", "version": "6.0.0-Beta.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "bmad-method", "name": "bmad-method",
"version": "6.0.0-Beta.3", "version": "6.0.0-Beta.4",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@clack/prompts": "^0.11.0", "@clack/prompts": "^0.11.0",

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "https://json.schemastore.org/package.json", "$schema": "https://json.schemastore.org/package.json",
"name": "bmad-method", "name": "bmad-method",
"version": "6.0.0-Beta.3", "version": "6.0.0-Beta.4",
"description": "Breakthrough Method of Agile AI-driven Development", "description": "Breakthrough Method of Agile AI-driven Development",
"keywords": [ "keywords": [
"agile", "agile",