Skip to content

Commit a91fb2d

Browse files
Update components/sendgrid/actions/send-email-single-recipient/send-email-single-recipient.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent ee4eae1 commit a91fb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/sendgrid/actions/send-email-single-recipient/send-email-single-recipient.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "sendgrid-send-email-single-recipient",
99
name: "Send Email Single Recipient",
1010
description: "This action sends a personalized e-mail to the specified recipient. [See the docs here](https://docs.sendgrid.com/api-reference/mail-send/mail-send)",
11-
version: "0.0.1",
11+
version: "0.0.8",
1212
type: "action",
1313
props: {
1414
...common.props,

0 commit comments

Comments
 (0)