diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-09-15 11:21:52 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-09-15 11:21:52 -0700 |
commit | be8a9f0a148726eb5c7a71368237b5383231ad5b (patch) | |
tree | 5d863758896b26dd6b711c50d13520492665a064 | |
parent | d4acbcedc8899b0ec16b526aa02da05c742d7451 (diff) | |
download | sendgrid-nodejs-origin/inbound.zip sendgrid-nodejs-origin/inbound.tar.gz sendgrid-nodejs-origin/inbound.tar.bz2 |
Version Bump v4.3.0: Pull #251 - Typescriptv4.3.0origin/inbound
-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 d44839e..9087201 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.3.0] - 2016-09-15 ## +## Added +- Pull #251: [Add TypeScript typings definition file for v3 API](https://github.com/sendgrid/sendgrid-nodejs/pull/251) +- Thanks to [Benjamin Pannell](https://github.com/SPARTAN563) for the pull request! + ## [4.2.1] - 2016-09-15 ## ### Fixed - Issue #292: [4.2.0 Error: Cannot find module 'debug'](https://github.com/sendgrid/sendgrid-nodejs/issues/292) @@ -53,7 +53,7 @@ Add the following to your `package.json` file: ... "dependencies": { ... - "sendgrid": "^4.2.1" + "sendgrid": "^4.3.0" } } ``` diff --git a/package.json b/package.json index ed63fed..be10c87 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "name": "sendgrid", "description": "Official SendGrid NodeJS library.", - "version": "4.2.1", + "version": "4.3.0", "homepage": "https://sendgrid.com", "repository": { "type": "git", |