diff --git a/CHANGELOG.md b/CHANGELOG.md index 51efae40..3b72f946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.30.4](https://github.com/bmadcode/BMAD-METHOD/compare/v4.30.3...v4.30.4) (2025-07-19) + + +### Bug Fixes + +* docs ([8619006](https://github.com/bmadcode/BMAD-METHOD/commit/8619006c16731b99fa36b434d209a0c2caf2d998)) +* lint fix ([49e4897](https://github.com/bmadcode/BMAD-METHOD/commit/49e489701e55feac481806740ea54bebef042fba)) + ## [4.30.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.30.2...v4.30.3) (2025-07-19) diff --git a/package-lock.json b/package-lock.json index c49f6db4..fac3f7aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bmad-method", - "version": "4.30.3", + "version": "4.30.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bmad-method", - "version": "4.30.3", + "version": "4.30.4", "license": "MIT", "dependencies": { "@kayvan/markdown-tree-parser": "^1.5.0", diff --git a/package.json b/package.json index 26af80aa..2b9e8019 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bmad-method", - "version": "4.30.3", + "version": "4.30.4", "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 eb50c904..87c6fe73 100644 --- a/tools/installer/package.json +++ b/tools/installer/package.json @@ -1,6 +1,6 @@ { "name": "bmad-method", - "version": "4.30.3", + "version": "4.30.4", "description": "BMad Method installer - AI-powered Agile development framework", "main": "lib/installer.js", "bin": {