diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-09-14 17:07:52 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-09-14 17:07:52 -0700 |
commit | cde87a072164bd9056964eabeeb1963403621408 (patch) | |
tree | ed010ef35fd707098ccd252bd7e9326d50a5e7b3 | |
parent | 25623f6830e5c0f00de1e3f3db24b6f90f1781c8 (diff) | |
download | sendgrid-nodejs-4.2.0.zip sendgrid-nodejs-4.2.0.tar.gz sendgrid-nodejs-4.2.0.tar.bz2 |
Version Bump v4.2.0: Pull Request #278: contact importerv4.2.0
-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 5ebf96a..2ed1df0 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.2.0] - 2016-09-14 ## +### Added +- Pull Request #278: [Tkp/contact importer](https://github.com/sendgrid/sendgrid-nodejs/pull/278) +- Thanks to [Tom Kirkpatrick](https://github.com/mrfelton) for the pull request! + ## [4.1.0] - 2016-09-09 ## ### Added - Pull Request #277: [Make SendGrid a factory that enables multiple prototype instances](https://github.com/sendgrid/sendgrid-nodejs/pull/277) @@ -53,7 +53,7 @@ Add the following to your `package.json` file: ... "dependencies": { ... - "sendgrid": "^4.0.1" + "sendgrid": "^4.2.0" } } ``` diff --git a/package.json b/package.json index 2c41af1..3dd40c3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "name": "sendgrid", "description": "Official SendGrid NodeJS library.", - "version": "4.1.0", + "version": "4.2.0", "homepage": "https://sendgrid.com", "repository": { "type": "git", |