diff --git a/CHANGELOG.md b/CHANGELOG.md index c676d29..55cf366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.29.5](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.4...v4.29.5) (2025-07-14) + + +### Bug Fixes + +* windows regex issue ([9f48c1a](https://github.com/bmadcode/BMAD-METHOD/commit/9f48c1a869a9cc54fb5e7d899c2af7a5cef70e10)) + ## [4.29.4](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.3...v4.29.4) (2025-07-14) diff --git a/package-lock.json b/package-lock.json index c99cf28..3a0557a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bmad-method", - "version": "4.29.4", + "version": "4.29.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bmad-method", - "version": "4.29.4", + "version": "4.29.5", "license": "MIT", "dependencies": { "@kayvan/markdown-tree-parser": "^1.5.0", diff --git a/package.json b/package.json index 68fa76d..8918bde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bmad-method", - "version": "4.29.4", + "version": "4.29.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 a443768..11aef4d 100644 --- a/tools/installer/package.json +++ b/tools/installer/package.json @@ -1,6 +1,6 @@ { "name": "bmad-method", - "version": "4.29.4", + "version": "4.29.5", "description": "BMad Method installer - AI-powered Agile development framework", "main": "lib/installer.js", "bin": {