From 6d70c588c6a84de1432daaadfee95a684e9635fa Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Sun, 15 Jun 2025 14:14:49 -0500 Subject: [PATCH] chore: reset version to 4.2.0 for semantic-release sync MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reset manual version bump to let semantic-release handle versioning going forward. This aligns with the last semantic-release version (4.2.0) and allows proper automated releases based on conventional commits. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- package.json | 2 +- tools/installer/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index af8743f4..5c26d567 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bmad-method", - "version": "4.2.1", + "version": "4.2.0", "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 065377ff..021ba1a3 100644 --- a/tools/installer/package.json +++ b/tools/installer/package.json @@ -1,6 +1,6 @@ { "name": "bmad-method", - "version": "4.2.1", + "version": "4.2.0", "description": "BMAD Method installer - AI-powered Agile development framework", "main": "lib/installer.js", "bin": {