bmad-method 5.1.2 → 5.1.3
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 +3 -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.
|
|
1
|
+
## 🚀 What's New in v5.1.3
|
|
2
2
|
|
|
3
3
|
### ✨ New Features
|
|
4
4
|
- feat: simplify installation to single @stable tag
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
### 📦 Other Changes
|
|
18
18
|
- docs: update versioning and releases documentation
|
|
19
19
|
- sync: update package.json to match published version 5.0.1
|
|
20
|
+
- sync: update versions to 5.1.2 to match published release
|
|
20
21
|
|
|
21
22
|
### 🔧 Maintenance
|
|
22
23
|
- chore: configure changelog file path in semantic-release config (#448)
|
|
@@ -29,4 +30,4 @@
|
|
|
29
30
|
npx bmad-method install
|
|
30
31
|
```
|
|
31
32
|
|
|
32
|
-
**Full Changelog**: https://github.com/bmadcode/BMAD-METHOD/compare/v5.0.0-beta.2...v5.1.
|
|
33
|
+
**Full Changelog**: https://github.com/bmadcode/BMAD-METHOD/compare/v5.0.0-beta.2...v5.1.3
|