Skip to content

Commit 40d30e3

Browse files
Version Bump v4.8.0: #333 Promise<T> instead of PromiseLike<T>
1 parent bd1c4c4 commit 40d30e3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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+
## [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+
410
## [4.7.1] - 2016-10-25 ##
511
### Added
612
- Pull #329

package.json

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

0 commit comments

Comments
 (0)