File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-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.7.0] - 2016-10-14 ##
5+ ### Added
6+ - Pull #323 , Fixed issue #317
7+ - Updates nodejs-http-client dependency to [ v2.3.0] ( https://github.com/sendgrid/nodejs-http-client/releases/tag/v2.3.0 )
8+ - Invoke the API callback with a mocked response upon Error
9+ - Thanks to [ Huli] ( https://github.com/aszx87410 ) for the PR!
10+
411## [ 4.6.0] - 2016-10-13 ##
512### Added
613- Pull #319 , Fixed issue #266
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.6 .0"
56+ "sendgrid" : " ^4.7 .0"
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.6 .0" ,
15+ "version" : " 4.7 .0" ,
1616 "homepage" : " https://sendgrid.com" ,
1717 "repository" : {
1818 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments