@light-merlin-dark/skill-sync 0.1.2 → 0.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/CHANGELOG.md +3 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.3
|
|
4
|
+
- Makefile release: robust GitHub release notes generation via `--notes-file` and correct escaping of `awk $0`.
|
|
5
|
+
|
|
3
6
|
## 0.1.2
|
|
4
7
|
- Report installed “orphan” skills during `skill-sync check` (helps explain why a harness skill UI didn’t update)
|
|
5
8
|
- Add `make release` target (pre-publish → npm publish → git tag + push → GitHub release create/update)
|
package/package.json
CHANGED