chore: bump version to 6.1.0-alpha.2
Republish version after alpha.1 was already published to npm. No functional changes from alpha.1. Changes: - package.json: 6.1.0-alpha.1 → 6.1.0-alpha.2 - package-lock.json: updated to reflect new version - CHANGELOG.md: added alpha.2 entry
This commit is contained in:
parent
7f77f0cc7e
commit
f860077202
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## [6.1.0-alpha.2]
|
||||
|
||||
**Release: January 7, 2026**
|
||||
|
||||
Republish of alpha.1 with all changes intact. No functional differences from alpha.1.
|
||||
|
||||
---
|
||||
|
||||
## [6.1.0-alpha.1]
|
||||
|
||||
**Release: January 7, 2026**
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@jonahschulte/bmad-method",
|
||||
"version": "6.1.0-alpha.1",
|
||||
"version": "6.1.0-alpha.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@jonahschulte/bmad-method",
|
||||
"version": "6.1.0-alpha.1",
|
||||
"version": "6.1.0-alpha.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@kayvan/markdown-tree-parser": "^1.6.1",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/package.json",
|
||||
"name": "@jonahschulte/bmad-method",
|
||||
"version": "6.1.0-alpha.1",
|
||||
"version": "6.1.0-alpha.2",
|
||||
"description": "Breakthrough Method of Agile AI-driven Development (Enhanced with complexity-based routing and smart batching)",
|
||||
"keywords": [
|
||||
"agile",
|
||||
|
|
|
|||
Loading…
Reference in New Issue