@technomoron/agent-run 0.99.2 → 0.99.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.
Files changed (2) hide show
  1. package/CHANGES +4 -0
  2. package/package.json +1 -1
package/CHANGES CHANGED
@@ -4,6 +4,10 @@ CHANGES
4
4
  Unreleased (2026-04-08)
5
5
  -----------------------
6
6
 
7
+ Version 0.99.3 (2026-04-08)
8
+ ---------------------------
9
+ * Replace the GitHub release action with `gh` so the workflow avoids the remaining Node 20 action warning.
10
+
7
11
  Version 0.99.2 (2026-04-08)
8
12
  ---------------------------
9
13
  * Update the release workflow to use current GitHub Actions versions that run on Node 24.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@technomoron/agent-run",
3
- "version": "0.99.2",
3
+ "version": "0.99.3",
4
4
  "packageManager": "pnpm@10.28.1",
5
5
  "bin": {
6
6
  "agent-run": "dist/agent-run.js"