There was an error while loading. Please reload this page.
1 parent bd1c4c4 commit 40d30e3Copy full SHA for 40d30e3
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [4.8.0] - 2017-03-10 ##
5
+### Added
6
+- Pull #333
7
+- [TypeDefinition] SendGrid.API should return Promise<T> instead of PromiseLike<T>
8
+- Thanks to [Ayman Nedjmeddine](https://github.com/IOAyman) for the PR!
9
+
10
## [4.7.1] - 2016-10-25 ##
11
### Added
12
- Pull #329
package.json
@@ -12,7 +12,7 @@
],
13
"name": "sendgrid",
14
"description": "Official SendGrid NodeJS library.",
15
- "version": "4.7.1",
+ "version": "4.8.0",
16
"homepage": "https://sendgrid.com",
17
"repository": {
18
"type": "git",
0 commit comments