@light-merlin-dark/skill-sync 0.1.4 → 0.1.5
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/CHANGELOG.md +3 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 0.1.5
|
|
6
|
+
- Make `make -n release` a true dry run by avoiding recursive `make` inside the release recipe
|
|
7
|
+
|
|
5
8
|
## 0.1.4
|
|
6
9
|
- Make bare `skill-sync` / `ss` show a high-signal landing/help view instead of mutating
|
|
7
10
|
- Add `doctor` as the high-signal diagnostic command and `execute` as the explicit mutating command; keep `check` and `sync` as compatibility aliases
|
package/package.json
CHANGED