Skip to content

Commit 0a1926e

Browse files
Version Bump v4.4.1: Pull #309 Allow emptyRequest() to be called with a request object
1 parent f04577c commit 0a1926e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [4.4.1] - 2016-09-27 ##
5+
## Fixed
6+
- Pull #309 [Allow emptyRequest() to be called with a request object](https://github.com/sendgrid/sendgrid-nodejs/pull/309)
7+
- Thanks to [Benjamin Pannell](https://github.com/SPARTAN563) for the fix!
8+
49
## [4.4.0] - 2016-09-27 ##
510
## Added
611
- Pull #299: [Fill 'response' property in error instance](https://github.com/sendgrid/sendgrid-nodejs/pull/299)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Add the following to your `package.json` file:
5353
...
5454
"dependencies": {
5555
...
56-
"sendgrid": "^4.3.1"
56+
"sendgrid": "^4.4.1"
5757
}
5858
}
5959
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"name": "sendgrid",
1414
"description": "Official SendGrid NodeJS library.",
15-
"version": "4.4.0",
15+
"version": "4.4.1",
1616
"homepage": "https://sendgrid.com",
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)