Skip to content

Commit 5caba17

Browse files
Version Bump v2.4.0: #299 Fill 'response' property in error instance
1 parent 05c3b3d commit 5caba17

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

4+
## [4.4.0] - 2016-09-27 ##
5+
## Added
6+
- Pull #299: [Fill 'response' property in error instance](https://github.com/sendgrid/sendgrid-nodejs/pull/299)
7+
- This makes the behavior when using callbacks consistent with the promise counterpart.
8+
That is, in both cases, error.response is present
9+
- Thanks to [Guilherme Souza](https://github.com/sitegui) for the pull request!
10+
411
## [4.3.1] - 2016-09-27 ##
512
## Fixed
613
- Pull #300: [Correct TypeScript definitions](https://github.com/sendgrid/sendgrid-nodejs/pull/300)

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.3.1",
15+
"version": "4.4.0",
1616
"homepage": "https://sendgrid.com",
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)