File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22All 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 )
Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments