diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-26 10:14:07 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-26 10:14:07 -0700 |
commit | 980c021f56c86c3cbf392d085fe0e5a642824d4e (patch) | |
tree | 3451ef84537c2f5abe96a6560b4afad150caaa0c | |
parent | c5c9665bba4cdb70ddcc77f6a3faf96bcf635232 (diff) | |
download | sendgrid-nodejs-980c021f56c86c3cbf392d085fe0e5a642824d4e.zip sendgrid-nodejs-980c021f56c86c3cbf392d085fe0e5a642824d4e.tar.gz sendgrid-nodejs-980c021f56c86c3cbf392d085fe0e5a642824d4e.tar.bz2 |
Version Bump v3.0.11: Added troubleshooting sectionv3.0.11
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d4d21b6..f906270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## [3.0.11] - 2016-07-26 ## +### Added +- [Troubleshooting](https://github.com/sendgrid/sendgrid-python/blob/master/TROUBLESHOOTING.md) section + ## [3.0.10] - 2016-07-23 ### Fixed - Fixed typo in Mail Helper per [pull request #250](https://github.com/sendgrid/sendgrid-nodejs/pull/250) @@ -38,7 +38,7 @@ Add the following to your `package.json` file: ... "dependencies": { ... - "sendgrid": "^3.0.10" + "sendgrid": "^3.0.11" } } ``` diff --git a/package.json b/package.json index a85d2d4..9d5b70b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ ], "name": "sendgrid", "description": "Official SendGrid NodeJS library.", - "version": "3.0.10", + "version": "3.0.11", "homepage": "https://sendgrid.com", "repository": { "type": "git", |