Skip to content

v2.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 May 15:08
· 1 commit to main since this release
c750272

Install

cURL

curl -fsSL https://resend.com/install.sh | bash

Node.js

npm install -g resend-cli

Homebrew (macOS / Linux)

brew install resend/cli/resend

PowerShell (Windows)

irm https://resend.com/install.ps1 | iex

What's Changed

  • chore: use depot runners by @joaopcm in #291
  • chore(deps): update dependency @types/node to v24.12.3 by @renovate[bot] in #297
  • fix(deps): update dependency @clack/prompts to v1.3.0 by @renovate[bot] in #293
  • fix(deps): update dependency resend to v6.12.3 by @renovate[bot] in #295
  • chore(deps): bump postcss from 8.5.8 to 8.5.14 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #292
  • chore(deps): update pnpm to v10.33.4 by @renovate[bot] in #290
  • chore(deps): update dependency vitest to v4.1.5 by @renovate[bot] in #289
  • chore(deps): update actions/setup-node digest to 48b55a0 by @renovate[bot] in #288
  • chore(deps): update pnpm/action-setup digest to 8912a91 by @renovate[bot] in #286
  • chore(deps): update dependency @yao-pkg/pkg to v6.19.0 by @renovate[bot] in #285
  • fix: bound inbound email listener polling and add rate-limit retry by @bukinoshita in #248
  • feat: retry transient 5xx errors in withSpinner by @bukinoshita in #242
  • fix: add 30s request timeout to withSpinner to prevent hanging CLI commands by @bukinoshita in #237
  • fix: make credential file writes atomic and fail closed on corruption by @bukinoshita in #244
  • chore(ci): harden security by @gabrielmfern in #302
  • chore: add sync-prs-to-linear action by @dielduarte in #304
  • chore: bump public-shared-workflows hash by @dielduarte in #305
  • chore: bump public-shared-workflows hash by @dielduarte in #306
  • chore(deps): update pnpm/action-setup digest to 0e279bb by @renovate[bot] in #298
  • chore(deps): update dependency vitest to v4.1.7 by @renovate[bot] in #299
  • chore(deps): update dependency @types/node to v24.12.4 by @renovate[bot] in #300
  • chore: stop running react-email binary test on every dep bump by @felipefreitag in #307
  • chore(deps): update pnpm to v11 by @renovate[bot] in #296
  • fix(deps): update dependency @clack/prompts to v1.4.0 by @renovate[bot] in #301
  • chore(deps): update dependency tsx to v4.22.3 by @renovate[bot] in #303
  • chore: remove stale changelog by @felipefreitag in #314
  • feat: surface HTTP status and headers in CLI error output by @felipefreitag in #313

New Contributors

Full Changelog: v2.2.1...v2.3.0