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 9087201..7b3d0bd 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.1] - 2016-09-27 ## +## Fixed +- Pull #300: [Correct TypeScript definitions](https://github.com/sendgrid/sendgrid-nodejs/pull/300) +- Thanks to [Benjamin Pannell](https://github.com/SPARTAN563) for the fix! + ## [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) @@ -53,7 +53,7 @@ Add the following to your `package.json` file: ... "dependencies": { ... - "sendgrid": "^4.3.0" + "sendgrid": "^4.3.1" } } ``` diff --git a/package.json b/package.json index be10c87..7f4744e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "name": "sendgrid", "description": "Official SendGrid NodeJS library.", - "version": "4.3.0", + "version": "4.3.1", "homepage": "https://sendgrid.com", "repository": { "type": "git", |