diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 15539ff..9afcf5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to this project will be documented in this file. +## [4.5.0] - 2016-10-05 ## +## Added +- Pull #308 [feat: Add support for promises to the TypeScript definitions file](https://github.com/sendgrid/sendgrid-nodejs/pull/308) +- Thanks to [Benjamin Pannell](https://github.com/SPARTAN563) for the pull request! + ## [4.4.1] - 2016-09-27 ## ## Fixed - Pull #309 [Allow emptyRequest() to be called with a request object](https://github.com/sendgrid/sendgrid-nodejs/pull/309) @@ -53,7 +53,7 @@ Add the following to your `package.json` file: ... "dependencies": { ... - "sendgrid": "^4.4.1" + "sendgrid": "^4.5.0" } } ``` diff --git a/package.json b/package.json index be25926..a58fdaa 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "name": "sendgrid", "description": "Official SendGrid NodeJS library.", - "version": "4.4.1", + "version": "4.5.0", "homepage": "https://sendgrid.com", "repository": { "type": "git", |