Skip to content

Commit

Permalink
Version Bump v4.3.1: Correct TypeScript definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Sep 27, 2016
1 parent be8a9f0 commit 9f15a72
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Add the following to your `package.json` file:
...
"dependencies": {
...
"sendgrid": "^4.3.0"
"sendgrid": "^4.3.1"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9f15a72

Please sign in to comment.