Skip to content

Releases: delega-dev/delega-cli

v1.0.7

16 Mar 21:54

Choose a tag to compare

Changes since v1.0.6

  • chore: bump to 1.0.7 — fix tasks list crash on numeric IDs (66ce893)
  • fix: handle numeric task IDs in formatId (self-hosted compat) (95c75b3)
  • ci: upgrade to Node.js 24 LTS (#243) (6ff3dc5)
  • docs: add admin note to agents rotate command (#283) (d151dd8)
  • chore(deps-dev): bump @types/node from 20.19.37 to 25.5.0 (#3) (475b2c8)
  • chore(deps): bump actions/setup-node from 4.4.0 to 6.3.0 (#1) (20380f7)
  • chore(deps): bump actions/checkout from 4.3.1 to 6.0.2 (#2) (8f0bb72)

v1.0.6

14 Mar 04:24

Choose a tag to compare

Changes since v1.0.5

  • Store credentials securely and prepare v1.0.6 (ca141af)
  • fix: support hosted and self-hosted API bases (b81fd2d)

v1.0.5

14 Mar 00:13

Choose a tag to compare

Changes since v1.0.4

  • chore: bump to v1.0.5 (69c7781)
  • ci: pin GitHub Actions to immutable commit SHAs (fb9cc0c)
  • security: hide API key during login, file permissions, HTTPS enforcement (1c21c7e)

v1.0.4

13 Mar 17:58

Choose a tag to compare

Changes since v1.0.3

  • fix: use granular NPM_TOKEN for CI publish (5aa3d62)
  • fix: add packages:write permission for npm OIDC publish (72b4dd9)
  • fix: use OIDC trusted publishing (no environment, no token) (c46727a)
  • debug: add npm auth debugging to publish workflow (3bf8f3c)
  • fix: add publishConfig and .npmrc for CI npm auth (cbc3cd0)
  • fix: use direct npmrc auth instead of setup-node registry-url (4e41cb1)