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.2.0] - 2016-09-14 ##
5+ ### Added
6+ - Pull Request #278 : [ Tkp/contact importer] ( https://github.com/sendgrid/sendgrid-nodejs/pull/278 )
7+ - Thanks to [ Tom Kirkpatrick] ( https://github.com/mrfelton ) for the pull request!
8+
49## [ 4.1.0] - 2016-09-09 ##
510### Added
611- Pull Request #277 : [ Make SendGrid a factory that enables multiple prototype instances] ( https://github.com/sendgrid/sendgrid-nodejs/pull/277 )
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.0.1 "
56+ "sendgrid" : " ^4.2.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.1 .0" ,
15+ "version" : " 4.2 .0" ,
1616 "homepage" : " https://sendgrid.com" ,
1717 "repository" : {
1818 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments