chore: bump version to 6.0.0-alpha.19
Bug fix: - Fixed _bmad folder stutter with agent custom files - Removed unnecessary backup file causing installer bloat - Improved path handling for agent customizations
This commit is contained in:
parent
23f650ff4d
commit
5c756b6404
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -1,5 +1,25 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [6.0.0-alpha.19]
|
||||||
|
|
||||||
|
**Release: December 18, 2025**
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
**Installer Stability:**
|
||||||
|
|
||||||
|
- **Fixed \_bmad Folder Stutter**: Resolved issue with duplicate \_bmad folder creation when applying agent custom files
|
||||||
|
- **Cleaner Installation**: Removed unnecessary backup file that was causing bloat in the installer
|
||||||
|
- **Streamlined Agent Customization**: Fixed path handling for agent custom files to prevent folder duplication
|
||||||
|
|
||||||
|
### 📊 Statistics
|
||||||
|
|
||||||
|
- **3 files changed** with critical fix
|
||||||
|
- **3,688 lines removed** by eliminating backup files
|
||||||
|
- **Improved installer performance** and stability
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## [6.0.0-alpha.18]
|
## [6.0.0-alpha.18]
|
||||||
|
|
||||||
**Release: December 18, 2025**
|
**Release: December 18, 2025**
|
||||||
|
|
|
||||||
|
|
@ -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-alpha.18",
|
"version": "6.0.0-alpha.19",
|
||||||
"description": "Breakthrough Method of Agile AI-driven Development",
|
"description": "Breakthrough Method of Agile AI-driven Development",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"agile",
|
"agile",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue