@sendgrid/mail
Advanced tools
Comparing version 6.1.2 to 6.1.3
{ | ||
"name": "@sendgrid/mail", | ||
"description": "SendGrid NodeJS mail service", | ||
"version": "6.1.2", | ||
"version": "6.1.3", | ||
"author": "SendGrid <dx@sendgrid.com> (sendgrid.com)", | ||
@@ -30,4 +30,4 @@ "contributors": [ | ||
"dependencies": { | ||
"@sendgrid/client": "^6.1.2", | ||
"@sendgrid/helpers": "^6.1.2" | ||
"@sendgrid/client": "^6.1.3", | ||
"@sendgrid/helpers": "^6.1.3" | ||
}, | ||
@@ -34,0 +34,0 @@ "tags": [ |
@@ -212,3 +212,3 @@ This documentation provides examples for specific email use cases. Please [open an issue](https://github.com/sendgrid/sendgrid-nodejs/issues) or make a pull request for any email use cases you would like us to document here. Thank you! | ||
<body> | ||
Hello -name-, | ||
Hello {{name}}, | ||
<br /><br/> | ||
@@ -219,3 +219,3 @@ I'm glad you are trying out the template feature! | ||
<br /><br/> | ||
I hope you are having a great day in -city- :) | ||
I hope you are having a great day in {{city}} :) | ||
<br /><br/> | ||
@@ -460,2 +460,2 @@ </body> | ||
.catch(error => console.error(error.toString())); | ||
``` | ||
``` |
22000
Updated@sendgrid/client@^6.1.3
Updated@sendgrid/helpers@^6.1.3