summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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)
diff --git a/README.md b/README.md
index 464c265..a9c55b1 100644
--- a/README.md
+++ b/README.md
@@ -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",