@technomoron/agent-run 0.99.1 → 0.99.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/CHANGES +5 -0
- package/package.json +1 -1
package/CHANGES
CHANGED
|
@@ -4,6 +4,11 @@ CHANGES
|
|
|
4
4
|
Unreleased (2026-04-08)
|
|
5
5
|
-----------------------
|
|
6
6
|
|
|
7
|
+
Version 0.99.2 (2026-04-08)
|
|
8
|
+
---------------------------
|
|
9
|
+
* Update the release workflow to use current GitHub Actions versions that run on Node 24.
|
|
10
|
+
* Skip npm publish in the release workflow when the package version already exists on npm.
|
|
11
|
+
|
|
7
12
|
Version 0.99.1 (2026-04-08)
|
|
8
13
|
---------------------------
|
|
9
14
|
* Expand `{{AGENT_DIR}}`, `{{AGENTS_PATH}}`, and related placeholders from `AGENTS-MODS.md` when generating `AGENTS.md`.
|