Skip to content

Commit

Permalink
Version Bump v4.8.0: #333 Promise<T> instead of PromiseLike<T>
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Mar 10, 2017
1 parent bd1c4c4 commit 40d30e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## [4.8.0] - 2017-03-10 ##
### Added
- Pull #333
- [TypeDefinition] SendGrid.API should return Promise<T> instead of PromiseLike<T>
- Thanks to [Ayman Nedjmeddine](https://github.com/IOAyman) for the PR!

## [4.7.1] - 2016-10-25 ##
### Added
- Pull #329
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"name": "sendgrid",
"description": "Official SendGrid NodeJS library.",
"version": "4.7.1",
"version": "4.8.0",
"homepage": "https://sendgrid.com",
"repository": {
"type": "git",
Expand Down

0 comments on commit 40d30e3

Please sign in to comment.