Skip to content

Commit

Permalink
Version Bump v4.4.1: Pull #309 Allow emptyRequest() to be called with…
Browse files Browse the repository at this point in the history
… a request object
  • Loading branch information
thinkingserious committed Oct 4, 2016
1 parent f04577c commit 0a1926e
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.4.1] - 2016-09-27 ##
## Fixed
- Pull #309 [Allow emptyRequest() to be called with a request object](https://github.com/sendgrid/sendgrid-nodejs/pull/309)
- Thanks to [Benjamin Pannell](https://github.com/SPARTAN563) for the fix!

## [4.4.0] - 2016-09-27 ##
## Added
- Pull #299: [Fill 'response' property in error instance](https://github.com/sendgrid/sendgrid-nodejs/pull/299)
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.1"
"sendgrid": "^4.4.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.4.0",
"version": "4.4.1",
"homepage": "https://sendgrid.com",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0a1926e

Please sign in to comment.