Skip to content

Commit c29a5c4

Browse files
Version Bump v5.2.2: Pull #418: Fixed #417
1 parent 8a2436d commit c29a5c4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

4+
## [5.2.2] - 2017-08-14 ##
5+
### Fix
6+
- Pull #418: Fixed #417: fix: Update TypeScript definition to correct callback arguments for API
7+
- Thanks to [Benjamin Pannell](https://github.com/SPARTAN563) for the PR!
8+
9+
410
## [5.2.1] - 2017-08-09 ##
511
### Fixed
612
- Pull #413: Handle null and undefined values in substitutions

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.1",
15+
"version": "5.2.2",
1616
"homepage": "https://sendgrid.com",
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)