v2.6.0
Added 1
- Add CLI import commands
Changed 1
- Note default CSV column matching in imports create help
Security 1
- Update dependency esbuild to v0.28.1
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
- fix(deps): update dependency esbuild to v0.28.1 [security] by @renovate[bot] in https://github.com/resend/resend-cli/pull/324
- feat: add cli import commands by @cpenned in https://github.com/resend/resend-cli/pull/329
- chore(deps): update pnpm to v11.8.0 by @renovate[bot] in https://github.com/resend/resend-cli/pull/308
- chore(deps): update dependency @yao-pkg/pkg to v6.20.0 by @renovate[bot] in https://github.com/resend/resend-cli/pull/310
- chore(deps): update dependency tsx to v4.22.4 by @renovate[bot] in https://github.com/resend/resend-cli/pull/318
- chore(deps): update vitest monorepo by @renovate[bot] in https://github.com/resend/resend-cli/pull/319
- chore: note default CSV column matching in imports create help by @felipefreitag in https://github.com/resend/resend-cli/pull/332
- chore: bump to 2.6.0 by @felipefreitag in https://github.com/resend/resend-cli/pull/333
New Contributors
- @cpenned made their first contribution in https://github.com/resend/resend-cli/pull/329
Full Changelog: https://github.com/resend/resend-cli/compare/v2.5.0...v2.6.0