summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-10-05 13:12:43 -0700
committerElmer Thomas <elmer@thinkingserious.com>2016-10-05 13:12:43 -0700
commitec393a33fbb4ac89426f9f225c5663f900cf0904 (patch)
tree83e37d001536bfded4d9e85ecf53876749dedf5e
parent45136e4bbc02e33dfe4167b8a416df6f8d850481 (diff)
downloadsendgrid-nodejs-ec393a33fbb4ac89426f9f225c5663f900cf0904.zip
sendgrid-nodejs-ec393a33fbb4ac89426f9f225c5663f900cf0904.tar.gz
sendgrid-nodejs-ec393a33fbb4ac89426f9f225c5663f900cf0904.tar.bz2
Version Bump v4.5.0: feat: Add support for promises to the TypeScript definitions filev4.5.0origin/mail
-rw-r--r--CHANGELOG.md5
-rw-r--r--README.md2
-rw-r--r--package.json2
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)
diff --git a/README.md b/README.md
index 82e7e90..d19c6f9 100644
--- a/README.md
+++ b/README.md
@@ -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",