We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2436d commit c29a5c4Copy full SHA for c29a5c4
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
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
10
## [5.2.1] - 2017-08-09 ##
11
### Fixed
12
- Pull #413: Handle null and undefined values in substitutions
package.json
@@ -12,7 +12,7 @@
],
13
"name": "sendgrid",
14
"description": "Official SendGrid NodeJS library.",
15
- "version": "5.2.1",
+ "version": "5.2.2",
16
"homepage": "https://sendgrid.com",
17
"repository": {
18
"type": "git",
0 commit comments