chore: bump version to v4.1.0

This commit is contained in:
Brian Madison
2025-06-14 18:20:06 -05:00
parent 0ea5e50aa7
commit 78923a0597

View File

@@ -1,6 +1,6 @@
{
"name": "bmad-method",
"version": "4.0.0",
"version": "4.1.0",
"description": "Breakthrough Method of Agile AI-driven Development",
"main": "tools/cli.js",
"bin": {
@@ -16,7 +16,7 @@
"install:bmad": "node tools/installer/bin/bmad.js install",
"format": "prettier --write \"**/*.md\" && node tools/yaml-format.js **/*.md **/*.yml **/*.yaml .roo/.roomodes",
"version:patch": "node tools/version-bump.js patch",
"version:minor": "node tools/version-bump.js minor",
"version:minor": "node tools/version-bump.js minor",
"version:major": "node tools/version-bump.js major",
"release": "semantic-release",
"prepare": "husky"