bmad-method 5.0.1 → 5.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/release_notes.md +4 -2
- package/tools/installer/package.json +1 -1
package/package.json
CHANGED
package/release_notes.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## 🚀 What's New in v5.
|
|
1
|
+
## 🚀 What's New in v5.1.2
|
|
2
2
|
|
|
3
3
|
### ✨ New Features
|
|
4
4
|
- feat: simplify installation to single @stable tag
|
|
@@ -12,9 +12,11 @@
|
|
|
12
12
|
- fix: handle protected branch in manual release workflow
|
|
13
13
|
- fix: simplify npm publishing to use latest tag only
|
|
14
14
|
- fix: update installer package.json version to 5.1.0
|
|
15
|
+
- fix: correct version to 5.1.1 after patch release
|
|
15
16
|
|
|
16
17
|
### 📦 Other Changes
|
|
17
18
|
- docs: update versioning and releases documentation
|
|
19
|
+
- sync: update package.json to match published version 5.0.1
|
|
18
20
|
|
|
19
21
|
### 🔧 Maintenance
|
|
20
22
|
- chore: configure changelog file path in semantic-release config (#448)
|
|
@@ -27,4 +29,4 @@
|
|
|
27
29
|
npx bmad-method install
|
|
28
30
|
```
|
|
29
31
|
|
|
30
|
-
**Full Changelog**: https://github.com/bmadcode/BMAD-METHOD/compare/v5.0.0-beta.2...v5.
|
|
32
|
+
**Full Changelog**: https://github.com/bmadcode/BMAD-METHOD/compare/v5.0.0-beta.2...v5.1.2
|