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+ ## [ 1.3.1] - 2017-4-10
5+ ### Fixed
6+ - #16 fix issue where concat was used incorrectly
7+ - Thanks to [ Limian Wang] ( https://github.com/limianwang ) for the PR!
8+
49## [ 1.3.0] - 2017-4-6
510### Added
611- #19 Adds setBatchId method
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Add the following to your `package.json` file:
3333 ...
3434 "dependencies" : {
3535 ...
36- "smtpapi" : " 1.3.0 "
36+ "smtpapi" : " 1.3.1 "
3737 }
3838}
3939```
Original file line number Diff line number Diff line change 11{
22 "name" : " smtpapi" ,
3- "version" : " 1.3.0 " ,
3+ "version" : " 1.3.1 " ,
44 "description" : " Build SendGrid X-SMTPAPI headers in nodejs." ,
55 "main" : " lib/main.js" ,
66 "directories" : {
You can’t perform that action at this time.
0 commit comments