Skip to content

Commit 2079172

Browse files
Version Bump v5.2.1: Pull #413: Handle null and undefined values in substitutions
1 parent 3c4f82b commit 2079172

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [5.2.1] - 2017-08-09 ##
5+
### Fixed
6+
- Pull #413: Handle null and undefined values in substitutions
7+
- Thanks to [Matteo Ferrando](https://github.com/chamini2) for the PR!
8+
49
## [5.2.0] - 2017-07-20 ##
510
### Fixed
611
- Pull #410: Cast substitution values to strings

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"name": "sendgrid",
1414
"description": "Official SendGrid NodeJS library.",
15-
"version": "5.2.0",
15+
"version": "5.2.1",
1616
"homepage": "https://sendgrid.com",
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)