Skip to content

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 27 Mar 13:17
· 76 commits to main since this release
90c4b4c

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: align help text examples with docs and onboarding emails by @felipefreitag in #159
  • fix: reject conflicting pagination cursors by @Esubaalew in #157
  • fix: improve update command validation and empty value handling by @Esubaalew in #158
  • chore(deps): bump picomatch from 4.0.3 to 4.0.4 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #160
  • fix: react email flag for npm install by @felipefreitag in #161
  • fix: fall back to file completion for value-taking flags in shell com… by @felipefreitag in #163
  • chore(deps): update dependency vitest to v4.1.2 by @renovate[bot] in #162
  • chore: bump 1.7.1 by @felipefreitag in #164

New Contributors

Full Changelog: v1.7.0...v1.7.1