diff --git a/CHANGELOG.md b/CHANGELOG.md index 6adb0131..40538e12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.24.5](https://github.com/bmadcode/BMAD-METHOD/compare/v4.24.4...v4.24.5) (2025-07-04) + + +### Bug Fixes + +* yaml standardization in files and installer actions ([094f9f3](https://github.com/bmadcode/BMAD-METHOD/commit/094f9f3eabf563c9a89ecaf360fed63386b46ed4)) + ## [4.24.4](https://github.com/bmadcode/BMAD-METHOD/compare/v4.24.3...v4.24.4) (2025-07-04) diff --git a/package-lock.json b/package-lock.json index c8ab584a..4df8c821 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bmad-method", - "version": "4.24.4", + "version": "4.24.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bmad-method", - "version": "4.24.4", + "version": "4.24.5", "license": "MIT", "dependencies": { "@kayvan/markdown-tree-parser": "^1.5.0", diff --git a/package.json b/package.json index 203ba0fa..1d5a40d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bmad-method", - "version": "4.24.4", + "version": "4.24.5", "description": "Breakthrough Method of Agile AI-driven Development", "main": "tools/cli.js", "bin": { diff --git a/tools/installer/package.json b/tools/installer/package.json index 250fb302..e370fbb0 100644 --- a/tools/installer/package.json +++ b/tools/installer/package.json @@ -1,6 +1,6 @@ { "name": "bmad-method", - "version": "4.24.4", + "version": "4.24.5", "description": "BMad Method installer - AI-powered Agile development framework", "main": "lib/installer.js", "bin": {